0% found this document useful (0 votes)
63 views

T. N. Rao College of Science, Rajkot Class: B.Sc. Semester - I Subject: Computer Fundamental and Programming in C Academic Year: - 2019-20

This document contains assignments for a Computer Fundamentals and Programming in C class. It includes multiple choice, short answer, and longer answer questions testing student knowledge across 5 units of the course. Questions cover topics like computer hardware, operating systems, C language basics, arrays, loops, functions, pointers, and more. Students are asked to define terms, convert between numbering systems, write programs to generate patterns, and explain concepts in detail.

Uploaded by

Romanmax
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views

T. N. Rao College of Science, Rajkot Class: B.Sc. Semester - I Subject: Computer Fundamental and Programming in C Academic Year: - 2019-20

This document contains assignments for a Computer Fundamentals and Programming in C class. It includes multiple choice, short answer, and longer answer questions testing student knowledge across 5 units of the course. Questions cover topics like computer hardware, operating systems, C language basics, arrays, loops, functions, pointers, and more. Students are asked to define terms, convert between numbering systems, write programs to generate patterns, and explain concepts in detail.

Uploaded by

Romanmax
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

T. N.

Rao College of Science, Rajkot


Class: B.Sc. Semester – I
Subject: Computer Fundamental and Programming in C
Academic Year: – 2019- 20

Theory Assignment
Unit-1
Q-1 Answer the following 1 marks Questions
(1) Write the full form of BCD.
(2) _____ is full form of ASCII.
(3) Give the full form of EBCDIC.
(4) Unicode stands for_________.
Q-2 Answer the following 2 marks Questions
(1) Definition: Computer.
(2) Definition: Sign bit.
Q-3 Answer the following 3 marks Questions
(1) Explain History of Computer Generation wise.
(2) Explain Motherboard.
(3) Explain classification of computer by processing capabilities.
(4) Explain RAM.
(5) Explain types of ROM
(6) Explain features of C Language.
Q-4 Answer the following 5 marks Questions
(1) (1982)10 to ( ? )2
(2) (011101)2 to ( ? )10
(3) (157)8 to ( ? )2
(4) (110111011)2 to ( ? )8
(5) (16AB57)16 to ( ? )2
(6) 10010011 – 101100
(7) 11011+0011+11011
(8) 110111 * 1101
(9) 100010110 / 110
Unit-2
Q-1 Answer the following 1 marks Questions
(1) Give the full form of GIS.
(2) Write the full form of GPS
(3) CDMA Stands for _______.
(4) Write the full form of GSM.
Q-2 Answer the following 2 marks Questions
(1) What is Hard Copy?
(2) What is Drive?
(3) What is Cloud Computing?
Q-3 Answer the following 3 marks Questions
(1) Explain Backup and Restore.
(2) Explain menu and popup menu.
Q-4 Answer the following 5 marks Questions
(1) Explain Types of Virus.
(2) Explain Compiler and Interpreter.

1 Prepared By: Ravi Nimavat


Unit-3
Q-1 Answer the following 1 marks Questions
(1) Who developed C Language?
(2) Give the full form of OOP.
(3) What is the use of printf() function in C Language?
(4) Which operators are used for give comment for single and multiple in C?
Q-2 Answer the following 2 marks Questions
(1) What is C?
(2) What is algorithm?
Q-3 Answer the following 3 marks Questions
(1) Write a note on C Character set.
(2) Write a note on Type casting.
Q-4 Answer the following 5 marks Questions
(1) Explain C Language Tokens.
(2) Explain Data type in detail.

Unit-4
Q-1 Answer the following 1 marks Questions
(1) _______ string function compare 2 strings.
(2) _______ header file used for string library functions.
(3) _______ header file used for maths library functions.
(4) _______ function clear console screen.
Q-2 Answer the following 2 marks Questions
(1) What is Array? List out the types of Array.
(2) Explain “for” loop with its Syntax.
Q-3 Answer the following 3 marks Questions
(1) Write a program to generate below pattern using loop.
12345
1234
123
12
1
(2) Write a program to generate below pattern using loop.
1
22
333
4444
55555
Q-4 Answer the following 5 marks Questions
(1) Explain nested if …. else with example.
(2) Explain jumping statement in C Language.

Unit-5
Q-1 Answer the following 1 marks Questions
(1) How to declare values in multi dimension array?
(2) Structure is ________ types of data type.
(3) ______ operator is used for define array size.
(4) _______ operator used for create pointer variable.
Q-2 Answer the following 2 marks Questions
(1) Definition: Recursion.
(2) Definition: pointer
Q-3 Answer the following 3 marks Questions
(1) Difference between structure vs Array.
(2) Write a note on Nesting functions.
Q-4 Answer the following 5 marks Questions
(1) Explain call by value with example.
(2) Explain UDF components.

2 Prepared By: Ravi Nimavat

You might also like