Computer Science Exam Questions

Computer Science Exam Questions

University

48 Qs

quiz-placeholder

Similar activities

Record Management

Record Management

University

50 Qs

Locating and Citing Sources

Locating and Citing Sources

University

44 Qs

HADIAH UNTUK CO-VERSION

HADIAH UNTUK CO-VERSION

University

45 Qs

Chapter 1: Learn About Children (CD)

Chapter 1: Learn About Children (CD)

10th Grade - University

49 Qs

Final Test OBM101

Final Test OBM101

7th Grade - University

44 Qs

AJP Vidyalankar Polytechnic CHP 3 Part 2

AJP Vidyalankar Polytechnic CHP 3 Part 2

University

52 Qs

Customer Relationship Management

Customer Relationship Management

University

51 Qs

SQL Quiz

SQL Quiz

University

52 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?