cbse class 11 computer science sample paper sa1 2014

Upload: jleodennis-raj

Post on 23-Feb-2018

213 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/24/2019 Cbse Class 11 Computer Science Sample Paper Sa1 2014

    1/2

    learncbse.in

    learncbse.in

    QUARTERLY EXAMINATION, 2013 14

    SUBJECT: COMPUTER SCIENCE

    TIME : 3 hrs CLASS : XI M.M.-70

    Q1. a. What is meant by free formatting? (1)

    b. Logical errors can usually be detected by the compiler. Do you agree with

    the Statement? Justify? (1)

    c. Mention the steps that you would follow while writing a program. (2)

    d. Differentiate if-else and else if. (2)

    e. Explain variable declaration & initialization. (2)

    Q2. Explain following terms: (1*6)

    a. Literals b. variables c. constants

    d. Keyword e. data type f. header files

    Q3. a. Write a program for convert the hours into seconds. (2)

    b. What is wrong with the following statements? (2)

    1. const int y; 2. char ch=A;

    3. long float x; 4. cin>>a>>\n;

    c. Evaluate the following, where a, b, c are integers and d, f are floating point

    numbers. (2)The value of a=8, b=4 and d=2.5

    (i)

    f = a * b + a/b

    (ii)c = d+a + b % a

    d. Differentiate procedural & modular programming. (2)

    e Explain any three basic concepts of OOP programming. (3)

    f. Explain the term escape sequence. (2)

    g. Explain any two types of errors. (2)

    Q4. a. Write a program for find out the total salary (basic +commission) according tothe sales (6)

    Sales amount Basic Commission %

    0-45000 15000 0

    45001-150000 15000 5%

    150001-300000 15000 7%

    More then 300000 15000 9%

  • 7/24/2019 Cbse Class 11 Computer Science Sample Paper Sa1 2014

    2/2

    learncbse.in

    learncbse.in

    Q5. Write a program for find out the number is even or odd using switch case. (3)

    Q6. a. Convert following: (1100110)2 To ( ?)8 (2)

    b. Differentiate Logical AND & Logical OR operator ? (2)

    c Write a program for find out the bigger number from three numbers. (3)

    d.. What is the difference between the fundamental and derived data types? (2)

    e. Write a program for check the eligibility of candidate where age criteria is

    18 to 25 years (2)

    Q7. a) How is a compiler different from interpreter? (2)

    b) Name any one Super Computer developed by India. (1)

    c) What is an Operating System? What are its functions ? (3)

    Q8 . a) Write a program for calculate area of calculate area of triangle using

    Heros formula. (2)

    b) convert following: (6)

    I. (A2C)16 To (?)2

    II. (12.29)10 To (?)2

    III. (457)8 To (?)2

    c) Write short notes on the representation of characters in memory. (3)

    d) Write short notes on ISCII & UNICODE. (2)

    e) Differentiate Static & Dynamic RAM. (2)