Computer Science Exam Questions

Computer Science Exam Questions

University

48 Qs

quiz-placeholder

Similar activities

Basics of Python Programming

Basics of Python Programming

University

44 Qs

Panasonic quiz second round

Panasonic quiz second round

University

50 Qs

USHC 3

USHC 3

11th Grade - University

44 Qs

Introducción a la Embriogenia

Introducción a la Embriogenia

University

51 Qs

GEAS 12

GEAS 12

University

50 Qs

Rolling Sky Birthday Quiz

Rolling Sky Birthday Quiz

KG - Professional Development

50 Qs

Komputer Akuntansi

Komputer Akuntansi

University

50 Qs

Inventario de personalidad

Inventario de personalidad

University

50 Qs

Computer Science Exam Questions

Computer Science Exam Questions

Assessment

Quiz

Other

University

Hard

Created by

John Lawrence

FREE Resource

48 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The diagrams below show three items stored in a stack. Which sequence of operations would transform the stack from the initial state to the final state? Initial State TOP C A B Final State TOP A C B

POP, POP, PUSH(C), PUSH(A)

POP, POP, PUSH(A), PUSH(C)

PUSH(A), PUSH(C), POP, POP

POP, POP, POP, PUSH(A), PUSH(C), PUSH(B)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which ordering below gives a working implementation for the ‘POP ( )’ operation?

IX, V, III, I

II, V, IV, I

VI, IV, II, I

IX, V, IV, I

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Assume that the list is sorted. When searching the sorted list, which of the following will be found the fastest using a binary search?

ant

dog

fish

grasshopper

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Figure 1 below shows the state of a stack before the POP operation is performed. Figure 2 shows the state after the POP operation is performed. Which of the following combinations of arrows correctly identifies the top of the stack structures?

I and V

II and VI

III and VII

IV and VIII

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Entries in a stack are ‘ordered’. What is the meaning of this statement?

The collection of stacks can be sorted.

Stack entries may be compared with the ‘<’ operation.

The entries must be stored in a linked list.

There is a first entry, a second entry and so on.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider a circular queue, C, with a pointer rear that references the location of the rear of the queue. The front pointer is set to zero before any ADT operation. The following operations are performed on C. enqueue, enqueue, enqueue, dequeue, dequeue, enqueue, enqueue, enqueue, dequeue Assuming that the locations range from 0 to 4, what is the value of the pointer front?

0

1

2

3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Using the selection sort algorithm, what would the array above look like after three passes?

3718243230

3724183032

3718303224

3718243032

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?