Pemrograman Bahasa C Quiz

Pemrograman Bahasa C Quiz

11th Grade

13 Qs

quiz-placeholder

Similar activities

How Software Interacts with Hardware

How Software Interacts with Hardware

11th Grade

17 Qs

OCR GCSE Computing 2.5 Programming Languages and IDE

OCR GCSE Computing 2.5 Programming Languages and IDE

KG - Professional Development

10 Qs

Y11 Quiz 1: Software

Y11 Quiz 1: Software

11th Grade

15 Qs

Tecnothon Quiz (Selection Round)

Tecnothon Quiz (Selection Round)

11th Grade - University

15 Qs

Edexcel Algorithm Key Terminology

Edexcel Algorithm Key Terminology

10th - 12th Grade

10 Qs

Code.org Chapter 2

Code.org Chapter 2

9th - 12th Grade

16 Qs

اولي اعدادي الترم الثاني درس 6

اولي اعدادي الترم الثاني درس 6

7th Grade - University

10 Qs

4.2 Types of Programming Language, Translators, and Integrated D

4.2 Types of Programming Language, Translators, and Integrated D

10th Grade - University

11 Qs

Pemrograman Bahasa C Quiz

Pemrograman Bahasa C Quiz

Assessment

Quiz

Computers

11th Grade

Medium

Created by

wayan pastika

Used 1+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is programming?

Programming is the process of creating a set of instructions that tell a computer how to perform a specific task or solve a problem.

Programming is the process of writing a novel about computers.

Programming is the process of creating a physical computer.

Programming is the process of designing computer hardware.

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is a valid data type in C?

integer

string

boolean

int, float, char, double, void

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of control structures in programming?

The purpose of control structures in programming is to create bugs.

The purpose of control structures in programming is to control the flow of execution.

The purpose of control structures in programming is to confuse the programmer.

The purpose of control structures in programming is to slow down the program execution.

4.

OPEN ENDED QUESTION

2 mins • 1 pt

What is the syntax to declare a function in C?

Evaluate responses using AI:

OFF

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which function is used to read data from a file in C?

fopen

fwrite

fscanf

fread

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the output of the following code? int x = 5; printf("%d", x++);

6

4

0

5

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which operator is used to access the value at a specific memory address in C?

&

#

$

*

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?