Computer Science Exam Questions

Computer Science Exam Questions

University

48 Qs

quiz-placeholder

Similar activities

Caribbean Studies 2023

Caribbean Studies 2023

University

45 Qs

ED 319 - THE TEACHER AND THE SCHOOL CURRICULUM

ED 319 - THE TEACHER AND THE SCHOOL CURRICULUM

University

50 Qs

PLAN DE REDACCIÓN

PLAN DE REDACCIÓN

University

48 Qs

Kuiz Tatabahasa-Kata Banyak Makna Bersama Cikgu Mazni

Kuiz Tatabahasa-Kata Banyak Makna Bersama Cikgu Mazni

KG - Professional Development

50 Qs

PHARMCHEM GRAND QUIZ BRAWL

PHARMCHEM GRAND QUIZ BRAWL

University

50 Qs

Quality Management Systems-Midterm Examination 2020

Quality Management Systems-Midterm Examination 2020

University

46 Qs

EDPM CSEC

EDPM CSEC

University

52 Qs

Trainers Methodology

Trainers Methodology

University

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