Structures in C

Structures in C

10th Grade

26 Qs

quiz-placeholder

Similar activities

Intro to Pseudocode & Flowcharts

Intro to Pseudocode & Flowcharts

9th - 12th Grade

22 Qs

GCSE Computer Science: Programming (Python)

GCSE Computer Science: Programming (Python)

9th - 12th Grade

25 Qs

Introduction to Algorithms and programming

Introduction to Algorithms and programming

6th - 10th Grade

24 Qs

JavaScript 1st Quarter Test

JavaScript 1st Quarter Test

10th - 12th Grade

25 Qs

Quiz 3 Review

Quiz 3 Review

9th - 12th Grade

23 Qs

WATKINS III

WATKINS III

10th - 12th Grade

21 Qs

CodeHS Concepts of Programming JavaScript

CodeHS Concepts of Programming JavaScript

8th - 12th Grade

21 Qs

Computer Engineering Review

Computer Engineering Review

9th - 12th Grade

21 Qs

Structures in C

Structures in C

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Karen Tan

Used 15+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

What is a struct in the C programming language?

A type of loop

A composite data type declaration

A function in C

A type of variable

2.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

Create a structure called "Student" with members name, age, and total marks.

What is the purpose of the 'Student' structure in the given C program?

To store student ages and total marks

To store student names and ages

To store student names, ages, and total marks

To store student names only

3.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

Create structure named Time with members hours, minutes, and seconds. What does the 'Time' structure in the given C program store?

Hours, minutes, and seconds

Minutes and seconds

Seconds only

Hours and minutes

4.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

Create a structure named Book to store book details like title, author, and price. What does the 'Book' structure in the given C program store?

Book authors and prices

Book titles, authors, and prices

Book titles and authors

Book titles only

5.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

Create a structure named Circle to represent a circle with a radius. What does the 'Circle' structure in the given C program represent?

A rectangle

A circle with a radius

A triangle

A square

6.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

Create a structure named "Employee" to store employee details such as employee ID, name, and salary. What does the 'Employee' structure in the given C program store?

Employee names only

Employee names and IDs

Employee salaries only

Employee IDs, names, and salaries

7.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

Define a structure named "Date" with members day, month, and year. What does the 'Date' structure in the given C program store?

Years only

Days, months, and years

Months and years

Days and months

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?