Round 1 for Preplacement Bootcamp.

Round 1 for Preplacement Bootcamp.

University

15 Qs

quiz-placeholder

Similar activities

asis kece

asis kece

University

10 Qs

Pemrograman Dasar (X) ALGORITMA

Pemrograman Dasar (X) ALGORITMA

University

20 Qs

Struktur Data

Struktur Data

University

10 Qs

Post-Test Algoritma dan Pemrograman

Post-Test Algoritma dan Pemrograman

10th Grade - University

10 Qs

CSNP-04103 Chapter 5 - Loops

CSNP-04103 Chapter 5 - Loops

University

10 Qs

MindSpace Quiz S-3

MindSpace Quiz S-3

University

15 Qs

CSC126_Exercise1

CSC126_Exercise1

University

20 Qs

COMPOSITION AND DECOMPOSITION

COMPOSITION AND DECOMPOSITION

11th Grade - University

15 Qs

Round 1 for Preplacement Bootcamp.

Round 1 for Preplacement Bootcamp.

Assessment

Quiz

Computers

University

Hard

Created by

Ravi Raj

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 mins • 3 pts

Media Image

In Data Structures. you are working on Arrays. You are given a Pseudocode that implements various operations.If you have this pseudocode in a programming language then what will be the output?

56,34,27,75,49,53,16,65

65,16,53,49,75,27,34,56

65,16,53,75,49,27,34,56

Error

2.

MULTIPLE CHOICE QUESTION

10 mins • 3 pts

Media Image

What is the output of the following pseudocode:

0

10

11

-1

3.

MULTIPLE CHOICE QUESTION

10 mins • 2 pts

Who owns x[dot]com:

Jan Koum

Mark Zuckerberg

Bill Gates

Elon Musk

4.

MULTIPLE CHOICE QUESTION

10 mins • 4 pts

Media Image

What is the output of the following code:

12

13

14

15

5.

MULTIPLE CHOICE QUESTION

10 mins • 3 pts

Media Image

The output of the following code:

1 1

1 2

2 1

2 2

6.

MULTIPLE CHOICE QUESTION

10 mins • 3 pts

Media Image

What is the shortest path between 'a' to 'e' :

a->f->e

a->b->d->e

a->c->d->e

a->c->f->e

7.

MULTIPLE CHOICE QUESTION

10 mins • 5 pts

Media Image

What will be the output of the following pseudo-code for a=1, b=6?

(Note- &&: Logical AND - The logical AND operator (&&) returns the Boolean value true(or 1) if both operands are true and return false(or 0)otherwise

& bitwise AND - The bitwise AND operator (&) compares each bit of the first operand to the corresponding bit of the second operand. If both bits are 1, the corresponding result bit is set to 1. Otherwise, the corresponding result but is set to 0)

29

27

30

22

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?