Computer Questions

Q:

The persistence of learning over time most clearly depends on

A) memory B) visual encoding
C) chunking D) shallow processing
 
Answer & Explanation Answer: A) memory

Explanation:
Report Error

View Answer Report Error Discuss

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

0 2790
Q:

UNIVAC is

A) Universal Automatic Computer B) Universal Array Computer
C) Unvalued Automatic Computer D) Unique Automatic Computer
 
Answer & Explanation Answer: A) Universal Automatic Computer

Explanation:
Report Error

View Answer Report Error Discuss

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

3 2787
Q:

In Excel, a data series is defined as what?

A) A collection of related data B) Chart
C) Cell reference D) A division of results
 
Answer & Explanation Answer: A) A collection of related data

Explanation:

A data series which is represented in rows or columns or both in a excel work sheet is a collection of the related data.

 

in_excel_a_data_series_is_defined_as_what1553927674.jpg image

 

Report Error

View Answer Report Error Discuss

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

2 2781
Q:

CHKDSK command is used to

A) analyze the hard disk error B) diagnose the hard disk error
C) report the status of files on disk D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:
Report Error

View Answer Report Error Discuss

1 2763
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

15 2758
Q:

A locked file can be

A) modified by user with the correct password B) is used to hide sensative
C) accessed by only one user D) Both B & C
 
Answer & Explanation Answer: C) accessed by only one user

Explanation:

A locked file can be accessed by only one user.

Report Error

View Answer Report Error Discuss

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

2 2756
Q:

Which memory is nonvolatile?

A) Floppy discs B) Magnetic tape
C) ROM D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

A computer has two types of memory.

1. Non-volatile and

2. Volatile.

 

Volatile memory is computer memory that requires power to maintain the stored information.

* It is a temporary memeory which cannot contain information permanently.

Example :: RAM or Random Access Memory

 

Non-volatile memory is computer memory that can retain the stored information even when not powered.

* It is a permanent memory in which data is stored in permanently.

Examples :: Hard disc, ROM, Floppy discs, Magnetic tape,...

 

Report Error

View Answer Report Error Discuss

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

1 2750
Q:

Which of the following data structure is linear type?

A) Tree B) Binary Tree
C) Queue D) Graph
 
Answer & Explanation Answer: C) Queue

Explanation:

A data structure is a specialized format for organizing and storing data. General data structure types include the array, the file, the record, the table, the tree, and so on. Any data structure is designed to organize data to suit a specific purpose so that it can be accessed and worked with in appropriate ways.

 

Linear data structure: A linear data structure traverses the data elements sequentially, in which only one data element can directly be reached.

Ex: Arrays, Linked Lists, Stack, Queue, Any type of List all are linear.

 

Trees like Binary Tree, B Tree or B+ Tree are examples of non linear data structure.

Report Error

View Answer Report Error Discuss

5 2739