Code Master - CN

Code Master - CN

University

53 Qs

quiz-placeholder

Similar activities

Diagnostic Test for 21st Century Literature

Diagnostic Test for 21st Century Literature

11th Grade - University

50 Qs

Guess Nook

Guess Nook

University

50 Qs

FINAL TEST

FINAL TEST

University

50 Qs

OS installation

OS installation

University

50 Qs

Python Code Output Quiz

Python Code Output Quiz

University

56 Qs

RUTS Technology

RUTS Technology

9th Grade - Professional Development

50 Qs

Quick Placement & Diagnostic Test

Quick Placement & Diagnostic Test

1st Grade - University

50 Qs

TRYOUT SEM GANJIL INFORMATIKA 8

TRYOUT SEM GANJIL INFORMATIKA 8

1st Grade - University

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