Tutorial 6 - Fundamental of C Programming

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
WAN (POLIKU)
Used 5+ 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
Similar Resources on Wayground
10 questions
Quiz - 6 on Relational & Logical Operators

Quiz
•
12th Grade
10 questions
PC1.8 Evaluate computer program

Quiz
•
9th Grade
10 questions
T_4.2 Identifier, Data Types, Operators & Expressions

Quiz
•
12th Grade - University
10 questions
Databases

Quiz
•
3rd - 10th Grade
11 questions
Python Variables

Quiz
•
9th Grade
8 questions
Boolean Expressions Java

Quiz
•
12th Grade
7 questions
Python Input

Quiz
•
11th Grade
10 questions
Operators in C

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade