Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Specialized application software - Specialized application software is designed for a specific task rather

for a wide application area. Graphics programs, audio and video editors, multimedia creation
programs,
web authoring, and virtual reality programs are common types of specialized software.
1. Bookmarks can be managed using _______.( RRB PO)
(1) Bookmarks Manager (2) Extensions Manager (3) Cast
(4) Find (5) Downloads Manager
2. Which among the following options is the line that describes the contents of the message while
sending an e-mail? (RBI Asst. Mains)
(1) Subject (2) Cc (3) Bcc
(4) To (5) None of these
Answer keys
1. (1) 2. (1)
Solutions
1. Bookmarks Manager can manage bookmarks. Bookmark manager software saves and organizes
web
content and websites so users can refer to it later. Bookmark managers will either work alongside, or
inside of, a web browser, allowing users to save web content and return to it later without opening
another application.
2. Subject is a description of the topic of the message and displays in most email systems that list
email
messages individually. When entering the subject line be sure to include important information such
as
what the email is about. If we are too vague or don't include any subject line at all, message could be
mistaken for spam and deleted without ever being read.
Computer Languages
The different kinds of languages have been developed to perform various types of work on the
computer. The two major types of programming languages are Low-Level Languages and High-Level
Languages.
Low-Level languages
It is a programming language that deals with a computer's hardware and its configuration. It is very
close to the computer’s native language. It is further divided into Machine and Assembly languages.
Machine Language – It consists of binary digits or bits. It can directly understand by the computer and
does not need a translator program. It is also called the machine code. It is efficient but difficult to
learn.
Advantages
➢ Programs run fast.
➢ No translation program is required.
Disadvantages
➢ Difficult to program
➢ Debugging is also an issue
Assembly Language – A combination of letters and numbers forms the Assembly Language and a
translator program is required to translate to the machine language. The operation codes and
operands
are given in the form of alphanumeric symbols which are known as mnemonic codes and can combine
in a maximum of five-letter combinations e.g. ADD for addition, SUB for subtraction etc. This is also
known as Symbolic Programming Language.

You might also like