Computerscience 41
Computerscience 41
2
any suitable 2 application, each carries 1 mark
27
Give the syntax and example for DROP command in SQL.
Syntax : DROP TABLE table_name;
Ex : drop table employees; 2M
Types: L1 cache
L2 cache
L3 cache
any 2 types each carries, 1 mark.
30 Write the logic symbol and truth table of NOR gate.
3M
X Y F=X+Y
0 0 1
0 1 0
1 0 0
1 1 0
Symbol 1 mark, truth table 2 mark.
31 Mention any three applications of stack.
• Backtracking
• Quick sort
• To solve tower of Hanoi 3M
• Stock san problem
• Runtime memory management
3
32 Give any three advantages of pointer.
• It is possible to write efficient programs.
• Memory is utilized properly.
• Dynamically allocate & deallocate memory.
• Easy to deal with hardware components. 3M
• Establishes communication between program and data.
Any 3 points, each carries 1 mark.
33 What is a file? Mention different types of data file.
The data or information stored under a specific name on a storage device is called a file.
Or any suitable definition. 1 mark.
Types: 1. Text file 1 mark 3M
2. Binary file 1 mark
34 Mention any three components of E-R Diagram.
1. Entity
2. Attribute 3M
3. Relationship
Each carries : 1 mark
35 Define e-commerce. Mention any two types of e-commerce.
E-commerce is the trade of goods and services with the help of telecommunication and
Computers
Or any suitable definition 1 mark
Types:- 3M
1. Business-to-Business
2. Business-to-Consumer
3. Consumer-to-Business
4. Consumer-to-Consumer
Any two types, Each carries 1 mark.
36 Explain the structure of HTML.
3M
4
PART – D
V. Answer any SIX questions. Each question carries 5 marks.
37 Given the Boolean function f(A. B. C. D) = ∑ (0, 4, 8, 9,10,11,12, 13,15). Reduce it by using K-
map.
̅̅̅̅̅̅
𝑪𝑫 ̅𝑫
𝑪 𝑪𝑫 ̅
C𝑫
̅̅̅̅
𝑨𝑩 1
Quad1
̅𝑩
𝑨 1
Quad 3
2 Marks 5M
𝑨𝑩 1 1
1
̅
𝑨𝑩
1 1 1 1
Quad 1 = ̅̅̅̅
CD Quad 2
Quad 2 = AD
Quad 3 = AB ̅
Reduced form: ̅̅̅̅ ̅
CD + AD + AB
5
41 Different between procedural programming and Object Oriented Programming.
6
45 Differentiate between manual and computerized electronic data processing.
LAN WAN
1 Diameter of not more than a few kilometers Span entire countries 5M
2 A total data rate of at least several mbps Data rate less than one mbps
3 Complete ownership by a single organization Owned by multiple organizations
4 Very low error rates Comparatively higher error rates
Or any 4 suitable deference, each carries 1 mark.