Computer Questions

Q:

A source program is

A) a program to be translated into machine language B) a program written in a machine language
C) a machine language translation of a program D) All of the above
 
Answer & Explanation Answer: A) a program to be translated into machine language

Explanation:

A_source_program_is1563521242.png image

A source program is is a text file that contains instructions or a program written in a language other than machine code, typically a high-level language.

Report Error

View Answer Report Error Discuss

8 1957
Q:

A hard copy of a document is

A) stored in a pen drive B) read in floppy disc
C) printed on printer D) stored in hard disc
 
Answer & Explanation Answer: C) printed on printer

Explanation:

A hard copy of a document is a physical object which is printed on printer.

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

4 1308
Q:

Hard Drive capacity is measured in

A) Newton B) GB
C) THz D) Gwallior
 
Answer & Explanation Answer: B) GB

Explanation:

Hard drive or disc is used to store the users information and its capacity is measured in Giga Bytes (GB) and Tera Bytes (TB).

Report Error

View Answer Report Error Discuss

8 2127
Q:

What symbol is used to enter number as text?

A) = B) "
C) ' D) _
 
Answer & Explanation Answer: C) '

Explanation:

Apostrophe(‘) symbol is used before a number to make it a text or label.

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

26 6029
Q:

F12 key is known as

A) Company Configuration B) Accounting Features
C) Company Features D) All of the above
 
Answer & Explanation Answer: A) Company Configuration

Explanation:

The F1, F2 to F12 keys that are found on the top row of most computer keyboards are called as Function Keys. Unless you've witnessed the evolution of computers from their early days, you probably don't know why they were invented and for what.
Function keys were used by various computer programs to fulfill various functions.

F12 - It is used by many web browsers to open the developer tools.

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

14 4325
Q:

The first completely 64-bit compatible version of Android -

A) Android 5.0 Lollipop B) Android 2.3 Gingerbread
C) Android 4.0 Ice Cream Sandwich D) Android 3.0 Honeycomb
 
Answer & Explanation Answer: A) Android 5.0 Lollipop

Explanation:

Android 5.0 Lollipop is the first completely 64-bit compatible version of Android.

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

26 15839
Q:

In a spreadsheet program, how is data organized?

A) Only rows B) Only columns
C) Both rows and columns D) None of the above
 
Answer & Explanation Answer: C) Both rows and columns

Explanation:

A spreadsheet is an interactive computer application for organization, analysis and storage of data in tabular form. This software allows users to store data in rows and columns.

 

In_a_spreadsheet_program,_how_is_data_organized1562222370.png image

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

2 1712
Q:

Which datatype in c language has least storage?

A) char B) double
C) int D) float
 
Answer & Explanation Answer: A) char

Explanation:

Data types are used for declaration of variables in computer programming languages. These determine the type and size of data associated with variables.

Data types examples - int, char, float, etc...

 

char datatype is the least storage data type with 1 byte.

int with 2 or 4 bytes.

float with 4 bytes

double with 8 bytes.

datatype_in_c_language_has_least_storage1562156854.png image

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Database Administration , IT Trainer

2 1736