C Programming Quiz

C Programming Quiz

10th Grade

30 Qs

quiz-placeholder

Similar activities

kisi matematika

kisi matematika

6th Grade - University

35 Qs

MULTIVIEW DRAWING AND DIMENSIONS

MULTIVIEW DRAWING AND DIMENSIONS

9th - 12th Grade

28 Qs

Family & Consumer Science:  2.05 Sample Questions

Family & Consumer Science: 2.05 Sample Questions

9th - 12th Grade

30 Qs

Revit Architecture Exam I

Revit Architecture Exam I

10th - 12th Grade

26 Qs

PAT SEMESTER 2 BAHASA INDONESIA KLS X

PAT SEMESTER 2 BAHASA INDONESIA KLS X

10th - 12th Grade

25 Qs

Teknik Pengukuran Tanah

Teknik Pengukuran Tanah

10th Grade

30 Qs

MATH 4

MATH 4

4th Grade - University

28 Qs

Geo Benchmark #2 Review

Geo Benchmark #2 Review

1st Grade - University

34 Qs

C Programming Quiz

C Programming Quiz

Assessment

Quiz

Architecture

10th Grade

Hard

Created by

Karen Tan

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

What is the expected output of the following C program? Name : Alexandra Abramov DOB : July 14, 1975 Mobile : 99-9999999999

B. Name : John Doe DOB : January 1, 2000 Mobile : 123-456-7890

C. Name : Jane Smith DOB : March 8, 1988 Mobile : 555-555-5555

D. Name : Michael Johnson DOB : December 25, 1995 Mobile : 987-654-3210

A. Name : Alexandra Abramov DOB : July 14, 1975 Mobile : 99-9999999999

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What does the C program do? We are using C18!

D. None of the above

B. Checks if the C version is C18

A. Prints the C version C18

C. Converts the C version to C18

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What does the C program print? ###### # # ##### # # # ###### ## ## # # # # # ## ## ######

C. A large C only

D. None of the above

B. A block F only

A. A block F and a large C

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the reverse of the characters 'X', 'M', 'L'?

A. LMX

D. XLM

B. XML

C. MLX

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the perimeter of a rectangle with height 7 inches and width 5 inches?

D. 35 inches

C. 30 inches

B. 26 inches

A. 24 inches

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the area of a circle with a radius that gives a perimeter of 37.68 inches?

A. 113.04 square inches

B. 125.66 square inches

D. 200.96 square inches

C. 150.48 square inches

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What does the C program display? a+ c, x + c,dx + x, ((int) dx) + ax, a + x, s + b, ax + b, s + c, ax + c, ax + ux Declaration : int a = 125, b = 12345; long ax = 1234567890; short s = 4043; float x = 2.13459; double dx = 1.1415927; char c = 'W'; unsigned long ux = 2541567890;

A. Displays multiple variables

B. Calculates the sum of variables

C. Converts variables to strings

D. 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?