Identify the language that uses symbolic names to represent operations, registers and memory locations.

Bio Tech Batch 1 MCQ

Quiz
•
Education
•
University
•
Medium
Thiyagu Thiyagu
Used 4+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Assembly language
Machine language
High Level language
low Level language
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Choose the suitable definition of the algorithm.
It is a flowchart
Step by step instructions used to solve a problem
It is a decision
It is a Pseudo code
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Predict the format identifier „%i‟ , that is used for _____ data type.
int
char
float
double
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the correct way of writing comments in C language
/comments/
{comment}
comment (
/*comment*/
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Infer the Compilation output of the following code snippet.
#include<stdio.h>
void main()
{
int a=10;
int b=20;
printf(“%d,%d”,b,a)
}
10,20
20,10
Error
10,10
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
State the functionality of scanf().
To take logical decisions
Print a set of values
Input a set of values
Do mathematical manipulations
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the output of the following program.
#include <stdio.h>
int main()
{
int son = 18;
int father = 40;
int younger_age; younger_age = son < father ? son : father; printf("%d is the younger age", younger_age);
return 0;
}
18 is the younger age
40 is the younger age
09 is the younger age
20 is the younger age
Create a free account and access millions of resources
Similar Resources on Quizizz
25 questions
IEasy Breeze

Quiz
•
University
18 questions
SQL

Quiz
•
University
25 questions
C/C++ Quiz

Quiz
•
University
20 questions
III Part 1

Quiz
•
University
15 questions
C# dolgozat

Quiz
•
11th Grade - University
20 questions
Quiz Bahasa Indonesia PIPS

Quiz
•
University
20 questions
pps quiz 2023

Quiz
•
University
20 questions
Quiz

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade