10th Computer Science MCQS Chapter 5

Google Ads1

10th Computer Science MCQS


The output of print ABS (-12.45) will be:
12.45
12
-12.45
0.45

Large program is divided into small parts are called.
File handling
Subprogram
File division
None of these

Which statement is used to read data from the data file?
INPUT #
INPUT
WRITE
READ

The output of a function INT (-5,7)
-4
5
-6
-5

Standard functions are also called:
Intrinsic functions
User defined functions
Both a and b
Built in functions

The output of print (-7.09) will be:
7
0.9
-7
7.09

Which of the following statement is illegal in the direct mode?
DEF FN statement
RETURN statement
DEF statement
GOSUB statement

LEFT$ (“Pakistan”,3)
Pak
kis
None of these
Pa

Small program that have been written by the developer of programming language is called_______ function
Standard
All of these
system defined
Built in

IF J = INT (3.9999), then the output of print K will be:
0.99
4
-3
3

When data file is opened the file pointer move at the _________ of the data file.
2
5
4
3

Which statement is used to read records from random file.
READ
PRINT
GET #
INPUT #

Angle for trigonometric ratios are measured in :
Degree
Radian
Both a and b
None of these

Basic user defined functions are referred to as.
All of these
Procedures
Control structure
File handing
Google Ads