Programming 1

Programming 1

University

10 Qs

quiz-placeholder

Similar activities

Neural Networks Quiz

Neural Networks Quiz

University

10 Qs

Five Nights At Freddy's: Security Breach Quiz

Five Nights At Freddy's: Security Breach Quiz

KG - Professional Development

13 Qs

Intro to Data Mining

Intro to Data Mining

University

15 Qs

Soal SKD

Soal SKD

University - Professional Development

10 Qs

Overview of IT

Overview of IT

6th Grade - University

8 Qs

2.4 - 2.6

2.4 - 2.6

University

15 Qs

Web-II-Loop and Function

Web-II-Loop and Function

University

10 Qs

Programming

Programming

University

12 Qs

Programming 1

Programming 1

Assessment

Quiz

Computers

University

Hard

Created by

Jenny Ragay

Used 55+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is NOT correct?

printf("Hello!");

printf(Good!);

int x = 3;

printf("%d", x);

print("Hi!");

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

It is a header file library that let us work with input and output functions.

#include <stdio.h>

printf()

int main()

return 0;

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which among the choices does NOT include a comment?

/* The code below will print the words Hello World! to the screen. */

//message

printf("Hello!");

printf("%d", x);

return 0;

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

It is a data type for numbers with decimals, such as 19.75 or -11.12.

int

float

char

array

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which is NOT correct?

int num=15; printf("%i", num);

float n=15; printf("%f", n);

char g[] = "Hello!"; printf("%c", g);

char n='W'; printf("%c", n);

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the output?

5

10

15

50

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the output?

Good day.

Good evening.

None

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers