TechnoFuzzle

TechnoFuzzle

University

20 Qs

quiz-placeholder

Similar activities

BASIC C PROGRAMMING QUIZ

BASIC C PROGRAMMING QUIZ

University

15 Qs

C Programming Quiz

C Programming Quiz

12th Grade - University

20 Qs

Java

Java

University

15 Qs

Quiz 4 CSC138R

Quiz 4 CSC138R

University

18 Qs

Quiz 4 CSC138 KCS1102I

Quiz 4 CSC138 KCS1102I

University

20 Qs

BASIC C PROGRAMMING

BASIC C PROGRAMMING

University

15 Qs

Unit-2 Test-2

Unit-2 Test-2

University

15 Qs

Dispositivos móviles

Dispositivos móviles

University

16 Qs

TechnoFuzzle

TechnoFuzzle

Assessment

Quiz

Computers

University

Hard

Created by

21X025 V

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What the command chmod 755 file.txt does not do in a Unix-like operating system?

Grant full permissions to everyone

Grant execute permissions to the group

Grant read, write, and execute permissions to the owner

Grant read and write permissions to the owner

2.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Media Image

How many times does "Infinity 2k24" gets printed?

11 Times

10 Times

0 Times

Infinite Times

3.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Media Image

Guess the output

4

Invalid type

Any Valid output

2

4.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Media Image

Trace the output

0 0 0 0

4 3 2 1

1 2 3 4

Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the followings is correct for a function definition along with storage-class specifier in C language?

int fun(register int arg)

int fun(extern int arg)

int fun(static int arg)

int fun(auto int arg)

6.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Media Image

Guess the output

{0: 0, 1: 1, 2: 4, 3: 9, 4: 16, 5: 25}

Syntax Error

{1: 1, 2: 4, 3: 9, 4: 16, 5: 25,6:36}

Dictionary comprehension doesn’t exist

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following traversal outputs the data in sorted order in a BST?

Preorder

Inorder

Postorder

Level Order

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?