Tuesday 12 September 2017

Htet computer science 2017

Hi friends we are always ready to provide you job alerts of Govt as well as private. we provide you study material, question bank of computer and question papers of various competitive exams.

Questions asked in Htet computer science  PGT Level-3

Q.1…………….. symbol is used to see every column of a table?
a) /     
b) _ _
c) *
d) !


Q. 2 HTTP  is a combination of FTP  and ………..  .
a) SMTP
b) E-mail
c) Web page
d) Web browser


Q. 3 What is the output of the following C++ program ?
#include <iostream.h>
Int x=7;
Void showx();
Void showagain();
Void main()
{
                Showx();
                Showx();
                Showxagain();
}
Void showx()
{
Int x= 34;
Cout<<x++<<endl;

}
Void showagain()
{
Cout<<x++<<endl;
}
Options are:
a)  35
      36
      37
b)   34
      34
      7
c) 35
     36
     8
d) 35
    35
    8


Q 4. The …………………… attribute specifies the URL of the document that you want to link.
a) img
b) a
c) src
d) href


Q 5. Which file keeps command to execute automatically when operating system is started ?
a) command.com
b) autoexec.bat 
c) config.sys
d) all options are wrong


NEXT PAGE 2, PAGE 3, PAGE 4, PAGE 5