Code Master - CN

Code Master - CN

University

53 Qs

quiz-placeholder

Similar activities

Computer Basics Quiz

Computer Basics Quiz

University

50 Qs

4. 201.2 Compiling a Linux kernel

4. 201.2 Compiling a Linux kernel

University

48 Qs

BUT2 - S4 Vocabulary

BUT2 - S4 Vocabulary

University

50 Qs

English for Medicine Quiz 01

English for Medicine Quiz 01

University

51 Qs

Articles, Nouns, Countable, Collective, Singular, Personal

Articles, Nouns, Countable, Collective, Singular, Personal

3rd Grade - University

50 Qs

Key terms - History up to cognitive code

Key terms - History up to cognitive code

University

50 Qs

Are you smarter than an 5th grader

Are you smarter than an 5th grader

5th Grade - University

53 Qs

Quiz Final Al día con Inglés

Quiz Final Al día con Inglés

University

52 Qs

Code Master - CN

Code Master - CN

Assessment

Quiz

English

University

Hard

Created by

Haribabu Thammineni Lendi Institute of Engineering and Technology

Used 1+ times

FREE Resource

53 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the purpose of the `#include <stdio.h>` directive in C?

To include standard input/output functions

To define a macro

To include math functions

To include string manipulation functions

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the output of `printf("%d", sizeof(char))`

1

2

4

depends on compiler

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which sorting algorithm has the worst-case time complexity of O(n^2)

Merge Sort

Quick Sort

Bubble Sort

Insertion Sort

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In a binary search tree (BST), what is the maximum number of children a node can have?

3

2

1

undefined

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does FIFO stand for?

First In, First Out

First Input, First Output

First In, First Ordered

First Index, First Out

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following data structures is not linear

Array

Linked List

Stack

Tree

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the output of `print("hello" + 3)` in Python

hello3

hellohellohello

Error

None of the above

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?