technoquiz..2

technoquiz..2

15 Qs

quiz-placeholder

Similar activities

OUTPUT DEVICES  YEAR 2 WK 4

OUTPUT DEVICES YEAR 2 WK 4

10th Grade - University

10 Qs

Simple Flowchart 2021

Simple Flowchart 2021

9th Grade

18 Qs

Technoblade

Technoblade

KG - Professional Development

17 Qs

CP Module 2 Quiz Review

CP Module 2 Quiz Review

10th - 12th Grade

18 Qs

Quiz Time

Quiz Time

11th - 12th Grade

15 Qs

JAVA FUNDAMENTALS

JAVA FUNDAMENTALS

University

12 Qs

Running Text

Running Text

University

20 Qs

Week 1 quiz

Week 1 quiz

Professional Development

18 Qs

technoquiz..2

technoquiz..2

Assessment

Quiz

Other

Hard

Created by

dandige harshitha

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

What is a correct syntax to output "Puzzlecodex" in C?

print("Puzzlecodex");

Console.WriteLine("Puzzlecodex");

System.out.print("Puzzlecodex");

Printf("Puzzlecodex");

2.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

In C, code statements must end with a ____

:

,

;

.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you create a variable with the floating number 5.6?

x=5.6 float;

real x = 5.6;

x= 5.6 float;

float x= 5.6;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to subtract two values?

The || sign

The - sign

The * sign

The SUB keyword

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is often used to output values and print text?

output ( )

print( )

printf( )

system( )

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

what is the output of the program?

0

error

garbage value

none of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Find the error in the following program.

;

,

)

}

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?