C1_Overview of Programming

C1_Overview of Programming

University

10 Qs

quiz-placeholder

Similar activities

Programming & Acquisition Quiz 1

Programming & Acquisition Quiz 1

University - Professional Development

10 Qs

AIS155 TUTORIAL 1.1 An Overview of MS Visual Basic

AIS155 TUTORIAL 1.1 An Overview of MS Visual Basic

University

7 Qs

System Design Recap

System Design Recap

University

10 Qs

Hari 3 - Kuis Coding & Perkenalan AI - Sueteja

Hari 3 - Kuis Coding & Perkenalan AI - Sueteja

University

10 Qs

Java Lesson 7

Java Lesson 7

5th Grade - University

10 Qs

P82 Invention and Robotic Club 06/21

P82 Invention and Robotic Club 06/21

KG - Professional Development

15 Qs

Introduction to C Programming

Introduction to C Programming

University

10 Qs

Quiziz Bersahabat TPL

Quiziz Bersahabat TPL

University

15 Qs

C1_Overview of Programming

C1_Overview of Programming

Assessment

Quiz

Other

University

Hard

Created by

nguyen mai

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a program?

A sequence of instructions that control the operation of a computer to solve a problem

A recipe that instructs a chef how to make a cake

A sequence of stories told to computers

A set of rules for playing a game

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of compilers in programming languages?

Translate high-level language programs into machine code

Translate machine code into high-level language programs

Translate assembly language programs into machine code

Translate machine code into assembly language programs

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a constant in C programming?

#define

const =

constant =

var =

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of variables in programming?

To store and manipulate data during program execution

To define constants and macros

To control the operation of a computer

To translate high-level language programs into machine code

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the process of writing and compiling a basic program?

Write the program, compile the program, link the files, run the program

Compile the program, write the program, link the files, run the program

Link the files, compile the program, write the program, run the program

Run the program, link the files, compile the program, write the program

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the stdio.h library in C programming?

To provide input/output functions

To perform mathematical calculations

To manipulate strings

To control program flow

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to print formatted output to the standard output device?

printf()

scanf()

getchar()

putchar()

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?