Computer Science Quiz

Computer Science Quiz

University

32 Qs

quiz-placeholder

Similar activities

Integrals

Integrals

12th Grade - University

34 Qs

Technical Writing 301

Technical Writing 301

University

37 Qs

Quizzie - Buzzie

Quizzie - Buzzie

University

30 Qs

Untitled Quiz

Untitled Quiz

8th Grade - University

27 Qs

DAA Tutorial-1

DAA Tutorial-1

University

32 Qs

Think bot round 1

Think bot round 1

University

30 Qs

Programming in Java

Programming in Java

University

32 Qs

TCW Chapter 3 Part 1 Review Test

TCW Chapter 3 Part 1 Review Test

University

37 Qs

Computer Science Quiz

Computer Science Quiz

Assessment

Quiz

Other

University

Hard

Created by

Ratnalata Gupta

Used 2+ times

FREE Resource

32 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of the union operation?

It combines the result of any two different queries

It combines the result of two different queries which have the same set of attributes in the select clause

It combines the result of two different queries which have the same condition in the where clause

It gives the cartesian product of the result of any 2 queries

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select statement has 4 clauses -> where, having, group by, order by the correct order of using these clauses in select statement is

Where, having, group by, order by

Having, where, group by order by

Group by, having, where, order by

Where, group by, having, order by

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Communication offered by TCP is

Full-duplex

Half-duplex

Semi-duplex

Byte by Byte

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following pseudocode? Int x, y, z y=1,x=2 z=x^y Print z

2

1

3

4

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does a compiler differ from an interpreter?

A compiler executes code, while an interpreter does not

A compiler debugs code, while an interpreter does not

A compiler translates the entire program at once, while an interpreter translates it line by line

A compiler is used only in C programming, while an interpreter is not

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

SELECT INSTR("CampusMonk", "p") AS MatchPosition;

3

4

-1

0

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many layers are there in the ISO OSI reference model?

7

5

4

6

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?