wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Program Educational Objectives and Course Outcomes

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

You need to convert a step-by-step solution into working C code. Which action aligns with this task?

a)

Formulating algorithms for logical problems

b)

Translating algorithms into C programs

c)

Testing and debugging assembly routines

d)

Designing hardware circuits for computation

2.

What is the most appropriate first step when designing an algorithm for a numerical problem?

a)

Test with recursion immediately

b)

Write compiler optimization rules

c)

Implement object code directly

d)

Draw a flowchart or pseudocode

3.

In C, which statement best describes a variable with a data type?

a)

A comment describing program intent only

b)

A labeled memory location with defined format

c)

An executable file storing machine code

d)

A processor register without constraints

4.

Which control construct is best for executing a block repeatedly until a condition becomes false?

a)

Switch-case for selection

b)

Goto for unconditional jumps

c)

If-else statement for branching

d)

For loop with iteration control

5.

Who is the author associated with Programming in ANSI C from Tata McGraw-Hill?

a)

Byron Gottfried

b)

E. Balaguruswamy

c)

Dennis M. Ritchie

d)

Brian W. Kernighan

6.

Which pair correctly matches authors of The C Programming Language?

a)

E. Balaguruswamy and Byron Gottfried

b)

Brian W. Kernighan and Dennis M. Ritchie

c)

Dennis M. Ritchie and Bjarne Stroustrup

d)

Byron Gottfried and Niklaus Wirth

7.

Which option lists a textbook rather than a reference in this course section?

a)

C Programming: A Modern Approach by K. N. King

b)

Expert C Programming by Peter van der Linden

c)

Programming in ANSI C by E. Balaguruswamy

d)

The C Programming Language by Kernighan and Ritchie

8.

Which two items form the primary required textbooks for the course according to the list?

a)

Gottfried and Kernighan titles

b)

Ritchie and Stroustrup titles

c)

Kernighan and Ritchie with Balaguruswamy

d)

Gottfried and Balaguruswamy titles

9.

Choose the statement that best distinguishes textbook versus reference in this listing.

a)

Textbooks are by Kernighan and Ritchie

b)

References include Gottfried's Schaum's Outline

c)

References include Balaguruswamy's title

d)

Textbooks include Gottfried and Balaguruswamy

10.

Which author's name appears only once across all listed items?

a)

E. Balaguruswamy

b)

Brian W. Kernighan

c)

Byron Gottfried

d)

Dennis M. Ritchie

11.

What common subject links all the recommended books in this section?

a)

Computer graphics rendering

b)

Advanced Python data analysis

c)

Fundamentals of C programming

d)

Database administration best practices

12.

Which parameter contributes the highest marks in internal evaluation?

a)

Class Test/Task/Quiz component

b)

Attendance marks component

c)

Presentation marks component

d)

MSE I & II component

13.

How many marks are allocated to Attendance in the evaluation criteria table?

a)

Four marks allocated

b)

Six marks allocated

c)

Five marks allocated

d)

Three marks allocated

14.

What marks are given for attendance percentage 86–90 according to the policy table?

a)

Four marks given

b)

Three marks given

c)

Two marks given

d)

Five marks given

15.

Which presentation criterion is allocated five marks?

a)

Dress code criterion

b)

Synopsis criterion

c)

Content criterion

d)

Query handling criterion

16.

What is the maximum marks for presentations and its weightage in internal evaluation?

a)

Max 25, weightage 6

b)

Max 15, weightage 4

c)

Max 10, weightage 3

d)

Max 20, weightage 5

17.

What is the minimum number of sessions each student must attend to avoid evaluation out of 50% marks only?

a)

At least six sessions

b)

At least four sessions

c)

At least five sessions

d)

At least three sessions

18.

What is emphasized about queries asked during lectures?

a)

They should be relevant to the subject

b)

They should challenge grading policies

c)

They must be asked via email

d)

They should be postponed to labs

19.

What is the stated policy on mid-semester examination remakes?

a)

Allowed for medical reasons

b)

Allowed with penalty marks

c)

Not allowed at all

d)

Allowed with approval

20.

Which action minimizes disturbance if you arrive late?

a)

Apologize loudly to the class

b)

Enter quietly and settle

c)

Explain delay to peers

d)

Start discussing missed parts