

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Course outline of Computer System & Programming
Typology: Schemes and Mind Maps
1 / 2
This page cannot be seen from the preview
Don't miss anything!


a. Discuss the Following:. i. Counter. ii. The Break Statement. iii. The Continue Statement. iv. While Loop. v. Do-While Loop.
a. What is Flowchart? Enlist and explain the six most commonly used flowchart symbols. b. How many types of comments are there in C++.Also write their example.
a. Write a program to input amount in rupees, then convert it into Dollar. (1$=Rs. 283). b. Write a simple calculator program in C++ using switch case.
a. Explain Array and diagrammatical representation of it with an example. b. Write a code to print an array in a reverse order using pointers.
Question. 5: [10] Perform the following calculation with Complete Steps Carefully a. Convert the following binary numbers into decimal. i) 11100 ii) 11001 b. Determine the 2’s complement of each binary Number i) 1010 ii) 1010 c. Convert the following BDC number to decimal? i) 100000 ii) 00100011001 d. Convert the following decimal numbers into binary. i) 23 ii) 34 e. Convert the following decimal number to BDC. i) 11 ii) 30