You are on page 1of 11

Q1: Do conversions:

a. (165)10 To Binary

b. (1100101)2 To Decimal

c. (234)10 To Hexadecimal

d. (8C)16 To Decimal

e. (1011 0011 1001)2 To Hexadecimal

f. (2F14)16 To Binary

Q2: Answer the following questions


(a) What are the main features of email?
(b) What are “To:”, “cc”, “bcc” options of email?
(c) What are the advantages and disadvantages of email?
(d) What are messaging apps? Write its advantages and disadvantages.
(e) What is the use of emoji? Draw any three common emojis and write their meanings.
(f) Explain VoIP. Write its advantages and disadvantages.
(g) Define the following terms: Social Influencers, digital footprint, 3Vs.

Q3: Answer the following questions


(a) What is called a Computer Network? Write its advantages and disadvantages.

(b) What are the advantages and disadvantages of LAN and WAN?
(c) What are the main services of ISP?
(d) What are the typical features of a web browser?
(e) Define Cyber Crime. What are the main problems identified in cybercrime?
(f) What are the differences between Phishing and Pharming?
(g) What are the important ways of implementing data security?
Q4:
A company uses robots to manufacture cars. Tick () three advantages for the company of
using robots rather than humans to manufacture cars.
Q5:
Computer memory size is measured in multiples of bytes. Four statements about computer
memory are given in the table. Write True or False for the following statements.

Q6:
Q7:

1 ___ 2___ 3___ 4___ 5___


Q8:

Q9:
Q10:
Identify the errors in the following Python programs:
1. 4a = “Raheel”
print 4a

2. Product-One = input(“Enter sale of Product one:”)


Product-Two = input(“Enter sale of Product two:”)
Total-sale = Product-One + Product-Two

3. n1 = 50
n2 = 10
sum = n1 “+” n2
print sum

4. m1 = 50
m2 = 30
a5 = “Jamal’
print(m1; m2; a5)
Q11:
Q12:
Q13:
Q14: Write HTML coding to produce following output on web browser:

Q15: Write Python coding for the following programs:


Program 1: Get four inputs of your favourite desserts and produce the following output
Output

Program 2: Write a program to get values for two integer inputs and display the following
calculator:
Output
Program 3:
Write a program to input any integer value and display its square and cube as following:
Output

You might also like