New ! Computer Applications MCQ Practise Tests



12th Standard English Medium Computer Applications Subject Creative 1 Mark Questions with Solution Part - I

12th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Applications

Time : 01:00:00 Hrs
Total Marks : 25

    1 Marks

    25 x 1 = 25
  1. One of the disadvantages of the multimedia is its __________

    (a)

    cost

    (b)

    adaptability

    (c)

    usability

    (d)

    relativity

  2. You need hardware, software and _________ to make multimedia

    (a)

    network

    (b)

    compact disk drive

    (c)

    good idea

    (d)

    programming knowledge

  3. The live telecasting of real time program through Internet is known as _______.

    (a)

    web casting

    (b)

    web hosting

    (c)

    data manipulation

    (d)

    none of the above

  4. RTF file format was introduced by ________________.

    (a)

    TCS

    (b)

    Microsoft

    (c)

    Apple

    (d)

    IBM

  5. In PageMaker Window, the area outside of the dark border is referred to as _____.

    (a)

    page

    (b)

    pasteboard

    (c)

    blackboard

    (d)

    dashboard

  6. A ________ tool is used for magnifying the particular portion of the area.

    (a)

    Text tool

    (b)

    Line tool

    (c)

    Zoom tool

    (d)

    Hand tool

  7. Place option is present in ______ menu.

    (a)

    File

    (b)

    Edit

    (c)

    Layout

    (d)

    Window

  8. The _____ diagram gives a logical structure of the database graphically?

    (a)

    Entity-Relationship

    (b)

    Entity

    (c)

    Architectural Representation

    (d)

    Database

  9. __________ Command is used to delete a database.

    (a)

    Delete database database_name

    (b)

    Delete database_name

    (c)

    drop database database_name

    (d)

    drop database_name

  10. Which is the MySQL instance responsible for data processing?

    (a)

    MySQL Client

    (b)

    MySQL Server

    (c)

    SQL

    (d)

    Server Daemon Program

  11. What does PHP stand for?

    (a)

    Personal Home Page

    (b)

    Hypertext Preprocessor

    (c)

    Pretext Hypertext Processor

    (d)

    Pre-processor Home Page

  12. A PHP script should start with __________ and end with _________:

    (a)

    < php >

    (b)

    < ? php ? >

    (c)

    < ? ? >

    (d)

    < ?php ? >

  13. We can use _________ to comment a single line?
    i) /?
    ii) //
    iii) #
    iv)  /* */

    (a)

    Only (ii)

    (b)

    (i), (iii) and (iv)

    (c)

    (ii), (iii) and (iv)

    (d)

    Both (ii) and (iii)

  14. What will be the output of the following PHP code?
    < ?php
    \($\) num = 1;
    \($\) num1 = 2;
    print \($\) num . “+”. \($\) num 1 ;
    ? >

    (a)

    3

    (b)

    1 + 2

    (c)

    1.+.2

    (d)

    Error

  15. Which statement will output \($\)x on the screen?

    (a)

    echo “\ \($\)x”;

    (b)

    echo “\($\)\($\)x”;

    (c)

    echo “/\($\)x”;

    (d)

    echo “\($\)x;

  16. What will be the output of the following PHP code ?
    < ?php
    \($\) x = 0;
    if (\($\)x++)
    print “hi”;
    else
    print “how are u”;
    ? >

    (a)

    hi

    (b)

    no output

    (c)

    error

    (d)

    how are u

  17. Statement which is used to make choice between two options and only option is to be performed is written as

    (a)

    if statement

    (b)

    if else statement

    (c)

    then else statement

    (d)

    else one statement

  18. What will be the output of the following PHP code ?
    < ?php
    \($\)a = “”;
    if (\($\)a)
    print “all”;
    else
    print “some”;
    ? >

    (a)

    all

    (b)

    some

    (c)

    error

    (d)

    no output

  19. PHP supports which types of looping techniques;

    (a)

    for loop

    (b)

    while loop

    (c)

    foreach loop

    (d)

    all the above

  20. What will be the output of the following PHP code ?
    < ?php
    for (\($\)x = 1; \($\)x < 10;++\($\)x)
    {
    print “*\t”;
    }
    ? >

    (a)

    **********

    (b)

    *********

    (c)

    ***********

    (d)

    Infinite loop

  21. When you use the \$_GET variable to collect data, the data is visible to..

    (a)

    none

    (b)

    only user

    (c)

    everyone

    (d)

    selected few

  22. What does fopen() function do in PHP?

    (a)

    It used to open files in PHP

    (b)

    It used to open Remote Server

    (c)

    It used to open folders in PHP

    (d)

    It used to open Remote Computer

  23. Which is the correct function to execute the SQL queries in PHP ?

    (a)

    mysqli_query(“Connection Object”,”SQL Query”)

    (b)

    query(“Connection Object”,”SQL Query”)

    (c)

    mysql_query(“Connection Object”,”SQL Query”)

    (d)

    mysql_query(“SQL Query”)

  24. Which is the correct function to establish Connection in PHP ?

    (a)

    mysqli_connect(“Server Name “,”User Name”,”Password”,”DB Name”);

    (b)

    connect(“Server Name “,”User Name”,”Password”,”DB Name”);

    (c)

    mysql_connect(“Server Name “,”User Name”,”Password”,”DB Name”);

    (d)

    mysqli_connect (“Database Object”);

  25. How many parameter are required for MYSQLi connect function in PHP ?

    (a)

    2

    (b)

    3

    (c)

    4

    (d)

    5

*****************************************

Reviews & Comments about 12th Standard English Medium Computer Applications Subject Creative 1 Mark Questions with Solution Part - I

Write your Comment