Programming Language Quiz

Programming Language Quiz

University

21 Qs

quiz-placeholder

Similar activities

C - Structures

C - Structures

University

20 Qs

C - Flow Control

C - Flow Control

University

20 Qs

Quiz

Quiz

University

20 Qs

Quiz 1 Review - CS125

Quiz 1 Review - CS125

University

25 Qs

PSP Module-1

PSP Module-1

University

25 Qs

C Language Basics

C Language Basics

University

26 Qs

Playing with C

Playing with C

University

20 Qs

C-Extended

C-Extended

University

16 Qs

Programming Language Quiz

Programming Language Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Venkatadri M

Used 1+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a programming language?

A way to communicate with a computer

A software application

A way to communicate with humans

A type of hardware

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who created the C programming language?

Guido van Rossum

Bjarne Stroustrup

Dennis Ritchie

James Gosling

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a programming language?

C++

HTML

Java

Python

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'printf' function do in C?

Compiles the code

Prints output to the screen

Declares variables

Reads input from the user

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'return' statement in a C program?

To end the program

To return a value from a function

To declare a variable

To print output

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name in C?

1stVariable

variable-name

variable_name

variable name

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code: printf("%d", 5 + 3);?

5 + 3

8

Error

None of the above

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?