C Programming Quiz

C Programming Quiz

9th - 12th Grade

36 Qs

quiz-placeholder

Similar activities

Programming Q3 Test Review Game Questions

Programming Q3 Test Review Game Questions

9th Grade

33 Qs

C++ Programming

C++ Programming

9th - 12th Grade

40 Qs

8525 AQA GCSE 3.2.11 Robust and Secure Programming

8525 AQA GCSE 3.2.11 Robust and Secure Programming

10th - 11th Grade

40 Qs

Latihan Materi Python

Latihan Materi Python

10th Grade

40 Qs

AP CSA Review Set #1

AP CSA Review Set #1

9th - 12th Grade

37 Qs

VB.NET

VB.NET

11th Grade

32 Qs

programming fundamentals

programming fundamentals

12th Grade

36 Qs

GCSE Programming Fundamentals

GCSE Programming Fundamentals

11th Grade

31 Qs

C Programming Quiz

C Programming Quiz

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Shael Saquing

Used 3+ times

FREE Resource

36 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Who invented the C Programming?

Dennis Ritchie

Charles Babbage

Tim Berners-Lee

Mark Zuckerberg

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Where and when was C programming developed?

Bell Telephone Laboratories, 1970

Bell Telephone Laboratories, 1971

Bell Telephone Laboratories, 1972

Bell Telephone Laboratories, 1973

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is NOT a reason why we need to learn C programming?

C is very versatile.

It produces efficient programs.

It cannot handle low-level activities.

It is one of the most popular programming languages in the world.

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which header file lets us work with input and output objects?

#include<stream>

#include<iostream>

#include<inputstr>

#include<iosstring>

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Samson is the owner of SM City Tuguegarao. He requests to add comments in SM project program design of Rentals System. What C++ program code is used to insert COMMENTS in Rentals System?

#This is a comment

/*This is a comment

//This is a comment

*/#This is a comment

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which data type is used to create a variable that should store text?

MyString

string

string text

txt

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Norma is a programmer of Mang Inasal Point of Sales System. She designs the system to manage the sales of Mang Inasal and needs to compute the sales in every transaction. Which of the following code is used to create a variable with the numeric value 5?

double x=5;

x=5;

int x=5;

num x=5;

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?