BT-205 Basic Computer Engineering Examination - November 2019 PDF
Document Details
Uploaded by PraiseworthyNobility3363
Sapna Convent Higher Secondary School
2019
Tags
Related
- PGCET 2024-2025 Computer Stream Exam Paper PDF
- Monark University Diploma in Computer Engineering Exam 2024 PDF
- Introduction to Programming and Problem Solving (CS101) Lecture 3 PDF
- 22316 Object-Oriented Programming using C++ Sample Question Paper PDF
- Chapter I Introduction - Software Engineering PDF
- UT1 Desarrollo del Software PDF
Summary
This is a past paper for the BT-205 Basic Computer Engineering exam, taken in November 2019. The paper covers various topics, including computer memory, operating systems, object-oriented programming, and data structures.
Full Transcript
# BT-205 (CBGS) ## B.Tech., I & II Semester ### Examination, November 2019 ### Choice Based Grading System (CBGS) ## Basic Computer Engineering **Time: Three Hours** **Maximum Marks: 70** ### Note: 1. Answer any five questions. 2. All questions carry equal marks. 3. In case of any doubt or dispute...
# BT-205 (CBGS) ## B.Tech., I & II Semester ### Examination, November 2019 ### Choice Based Grading System (CBGS) ## Basic Computer Engineering **Time: Three Hours** **Maximum Marks: 70** ### Note: 1. Answer any five questions. 2. All questions carry equal marks. 3. In case of any doubt or dispute the English version question should be treated as final. ## 1. a) Explain different memories RAM, ROM and Cache memory in detail. b) Explain the organization of computer with the help of block diagram. ## 2. a) Explain the applications of computer in the field of Health care and Remote sensing. b) Define operating system? Write down its functions and its types. ## 3. a) What is object oriented programming? Write down its characteristics. How is it different with procedure oriented programming? b) Explain various control structures used in C++ with the help of example and syntax. ## 4. a) Define an Array. What are its properties? Write a program in C++ to arrange numbers in an array in ascending order. b) What is Inheritance? Explain various types of Inheritance. ## 5. a) What are Constructors and Destructors? Explain by one program. b) Explain the functions of each layer of OSI model with the help of diagram. ## 6. a) Write short notes: - Cyber stalking - Denial of Service (DoS) b) Give a brief note on Cyber laws about Internet Fraud. ## 7. a) Explain Data definition and Data manipulation languages with examples. b) What is cloud computing? Discuss different types of clouds. ## 8. Write short note: - Data Independence - TCP Model - Virtual Function - Architecture of database system.