Programming 1

Programming 1

University

10 Qs

quiz-placeholder

Similar activities

Computational Thinking in Python[Quiz 3]

Computational Thinking in Python[Quiz 3]

University

15 Qs

Ôn tập CSLT

Ôn tập CSLT

University

10 Qs

Computer Programming

Computer Programming

University

10 Qs

Python Quiz 1.4

Python Quiz 1.4

University

12 Qs

Logika Fuzzy

Logika Fuzzy

University

10 Qs

Kuis Artificial Intelligence

Kuis Artificial Intelligence

University

15 Qs

Python_Quiz_2

Python_Quiz_2

University

15 Qs

Quis 1 APSI

Quis 1 APSI

University

10 Qs

Programming 1

Programming 1

Assessment

Quiz

Computers

University

Hard

Created by

Jenny Ragay

Used 54+ times

FREE Resource

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

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?