0% found this document useful (0 votes)
131 views1 page

(ICP) Assignment # 01

This document contains an assignment for a computer science course with 6 questions: the first asks about the differences between 64-bit and 32-bit operating systems; the second asks students to list web browsers written in C++; the third asks for reasons why most web browsers are written in C++; the remaining questions ask students to write simple programs to print a name multiple times or calculate and output a sum. The assignment is due on Monday, September 21, 2015 and is worth a total of 10 marks.

Uploaded by

Arshad Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
131 views1 page

(ICP) Assignment # 01

This document contains an assignment for a computer science course with 6 questions: the first asks about the differences between 64-bit and 32-bit operating systems; the second asks students to list web browsers written in C++; the third asks for reasons why most web browsers are written in C++; the remaining questions ask students to write simple programs to print a name multiple times or calculate and output a sum. The assignment is due on Monday, September 21, 2015 and is worth a total of 10 marks.

Uploaded by

Arshad Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

COMSATS Institute of Information Technology, Sahiwal

DEPARTMENT OF COMPUTER SCIENCE


Assignment # 02
(Deadline: Monday 21 Sep. 2015)

Total Marks: 10
Instructor:

Arshad Farhad

Course:

ICP

Q1. What is difference between 64bit and 32bit operating system?


Q2. List number of web browsers written in C++ language?
Q3. Why most of the web browsers are written in C++? Give only reasons.
Q4. Write a program that print your name 5 times separated through new
line by using a single statement.
Q5. Write a program that print your name 5 times, separated through new
line by using 10 statements.
Q6. Write a program that stores the integers 50 and 100 in variables, and
stores the sum of these two in a variable named total and show the output
on screen.

--Good Luck--

You might also like