Tutorial 6 - Fundamental of C Programming

Tutorial 6 - Fundamental of C Programming

9th - 12th Grade

7 Qs

quiz-placeholder

Similar activities

Conceptos html entre otros PARTE 2

Conceptos html entre otros PARTE 2

11th Grade

10 Qs

Bildbearbeitung

Bildbearbeitung

10th Grade

10 Qs

ICT as Social Change

ICT as Social Change

12th Grade

10 Qs

Word 2016

Word 2016

10th Grade

10 Qs

C# lesson10

C# lesson10

1st - 10th Grade

10 Qs

สอบย่อย ครั้งที่ 1 (BC.2/2)

สอบย่อย ครั้งที่ 1 (BC.2/2)

11th Grade

10 Qs

HTML & Google Site Seatwork

HTML & Google Site Seatwork

12th Grade

10 Qs

Python Fundamentals -2

Python Fundamentals -2

11th - 12th Grade

10 Qs

Tutorial 6 - Fundamental of C Programming

Tutorial 6 - Fundamental of C Programming

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

WAN (POLIKU)

Used 6+ times

FREE Resource

7 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Write the correct escape sequence for the function stated below:

Position the cursor at the beginning of a new line

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Write the correct escape sequence for the function stated below:

Move the cursor to the next tab

3.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Write the correct escape sequence for the function stated below:

Produce a beep sound or visible alert

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Given the following values,

int a = 2;

int b = 4;

int c = 6;

Evaluate (a + b) / c

1

2

3

4

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Given the following values,

int a = 2;

int b = 4;

int c = 6;

Evaluate (a<=b) 

0 (false)

1 (true)

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Given the following values,

int a = 2;

int b = 4;

int c = 6;

Evaluate (b == c) || (a <= b)

0 (false)

1 (true)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Types of operators in C:

Mathematical, Relational and Logical only

Mathematical and Relational only

Mathematical, Relational, Logical. Assignment and Unary

Mathematical, Relational, Logical and Unary

Discover more resources for Computers