Technology Mock Test C
Technology Mock Test C
Technology Mock Test C
Part A
ICT - Theory
1)Finish the forms
a)
Software licenses
Type Description
Ways Description
Multiplication Divison
a) k=1
j=2
while k<=30:
print ('k is',k)
j=j+2
k=j+k
b)
c)
d)
e)
f)
g)
h)
i)
j)
k) l) m)
6)Determine whether the following holds True or False value (T/F)
a)8>9___ b)8!=9___ c) ‘A’ < ‘a’ ___ d) ‘A’ > ‘B’ ___ e) ‘Apple’ < ‘APPLE’ ___
f) not(7>8) and ‘APPLE’ > ‘A’ ___
Part C
Python - practical
1)Write a program to generate 1 random number from 7,15,23,31,39,47,55,63,71,79
_____________________________________________________________________
_____________________________________________________________________
2)Write the program for the following output
Output Program
a) ***** _________________________________________
**** _________________________________________
*** _________________________________________
_________________________________________
_________________________________________
b) ________________________ c = 4
________________________ while c>0:
________________________ print(c*3)
________________________ c = c-1
c) ________________________ d = 1
________________________ while d < 4:
________________________ e=1
________________________ while e <= d:
________________________ print(e, end = “” )
________________________ e = e+1
________________________ print( )
d = d+1
Part D
Access - Answer the question with reference to the following data base
Input
Validation rule:
mask/ /
Format
3)List the Class_NO, Name, Pass for all students of 1X or 2C
a)Using query design
Field
Table
Sort
Show 口 口 口 口
Criteria
or