Explore topic-wise MCQs in Computer Science.

This section includes 10 Mcqs, each offering curated multiple-choice questions to sharpen your Computer Science knowledge and support exam preparation. Choose a topic below to get started.

1.

The Cedar, BBN Butterfly, Cosmic Cube and Hypercube machine can be characterized as%!

A. SISD
B. MIMD
C. SIMD
D. MISD
E. None of the above
Answer» C. SIMD
2.

People overcome natural language problems by:%!

A. grouping attributes into frames
B. understanding ideas in context
C. identifying with familiar situations
D. both (b) and (c)
E. None of the above
Answer» E. None of the above
3.

The integrated circuit was invented by Jack Kilby of:%!

A. MIT
B. Texas Instruments
C. Xerox
D. All of the above
E. None of the above
Answer» C. Xerox
4.

The symbols used in describing the syntax of a programming language are%!

A. 0
B. {}
C. ""
D. <>
E. None of the above
Answer» E. None of the above
5.

The area of AI that investigates methods of facilitating communication between people and computers is:

A. natural language processing
B. symbolic processing
C. decision support
D. robotics
E. None of the above
Answer» B. symbolic processing
6.

What was originally called the "imitation game" by its creator?

A. The Turing Test
B. LISP
C. The Logic Theorist
D. Cybernetics
E. None of the above
Answer» B. LISP
7.

In LISP, the function (endp )

A. returns a new list that is equal to by copying the top-level element of
B. returns the length of
C. returns t if is empty.
D. All of the above
E. None of the above
Answer» D. All of the above
8.

In LISP, the function returns t if is even and nil otherwise:

A. (evenp )
B. (even )
C. (numeven )
D. (numnevenp )
E. None of the above
Answer» B. (even )
9.

In LISP, the function (copy-list )

A. returns a new list that is equal to by copying the top-level element of
B. returns the length of
C. returns t if is empty
D. All of the above
E. None of the above
Answer» B. returns the length of
10.

In LISP, the function (list-length )

A. returns a new list that is equal to by copying the top-level element of
B. returns the length of
C. returns t if is empty.
D. All of the above
E. None of the above
Answer» C. returns t if is empty.