Wednesday, June 20, 2018

Qbasic Program to display 5 44 333 2222 11111

Qbasic Program to display
5
44
333
2222
11111

CLS
FOR i = 5 TO 1 STEP -1
    FOR j = 5 TO i STEP -1
        PRINT i;
    NEXT j
    PRINT
NEXT i
END

Saturday, June 2, 2018

SEE COMPUTER SCIENCE FULL FORMS 2075


SEE COMPUTER SCIENCE FULL FORMS 2075
2.     LAN - Local Area Network
3.     MAN – Metropolitan Area Network
4.     WAN – Wide Area Network
5.     NIC – Network Interface Card
6.     TCP – Transmission Control Protocol
7.     TCP/IP - Transmission Control Protocol/Internet Protocol
8.     STP – Shielded Twisted Pair
9.     UTP – Unshielded Twisted Pair
10.  OS – Operating System
11.  NOS – Network Operating System
12.  Bps – bits per second
13.  Kbps – kilobits per second
14.  Gbps – Gigabits per second
15.  VOIP – Voice over Internet Protocol
16.  MODEM – Modulator and Demodulator
17.  ROM – Read Only Memory
18.  WWW – World Wide Web
19.  URL – Uniform Resource Locator
20.  ISP – Internet Service Provider
21.  FTP – File Transfer Protocol
22.  SMTP – Simple Mail Transfer Protocol
23.  HTTP – Hyper Text Transfer Protocol
24.  IRC – Internet Relay Chat
25.  ADSL – Asymmetric Digital Subscriber Line
26.  ANSI - American National Standards Institute
27.  ARC Net – Attached Resource Computer Network
28.  ARP – Address Resolution Protocol
29.  ARPA – Advanced Research Projects Agency
30.  ARPA Net – Advanced Research Projects Agency Network
31.  ASCII – American Standard Code for Information Interchange
32.  AM – Amplitude Modulation
33.  AC – Alternating Current
34.  3G – Third Generation
35.  3D – Third Dimension
36.  4GL – Fourth generation Language
37.  AP – Access Point
38.  AI – Artificial Intelligence
39.  ATM – Automated Teller Machine
40.  BBS – Bulletin Board System
41.  BCC – Blind Carbon Copy
42.  B-ISDN - Broadband Integrated Services Digital Network
43.  Blog – Web log
44.  BNC – British Naval Connector
45.  CAN – Campus Area Network
46.  CATV – Cable Television
47.  CCTV – Closed Circuit Television
48.  CDMA – Code Division Multiple Access
49.  CSDA/CD – Carrier Sense Multiple Access with Collision Detection
50.  CSU/DSU – Channel Service Unit /Digital Service Unit
51.  DARPA – Defense Advanced Research Projects Agency
52.  DHCP – Dynamic Host Configuration Protocol
53.  DIX – Digital Intel Xerox
54.  DNS – Domain Name System
55.  DOD – Department Of Defense
56.  DTH – Direct To Home
57.  E-Commerce – Electronic Commerce
58.  EDI – Electronic Data Interchange
59.  E-Fax – Electronic Fax
60.  E-mail – Electronic Mail
61.  EMI – Electro Magnetic Interference
62.  FAQ – Frequently Asked Questions
63.  FAX – Facsimile
64.  FC – Ferrule Connector
65.  FDDI – Fiber Distributed Data Interface
66.  FM – Frequency Modulation
67.  GPRS – General Packet Radio Service
68.  GSM – Global System for Mobile Communications
69.  HTML – Hyper Text Markup Language
70.  HTTPS Hyper Text Transfer Protocol Secure
71.  IAB – Internet Architecture
72.  ICMP: Internet Control Message Protocol
73.  IE: Internet Explorer
74.  IEEE: Institute of Electrical and Electronics Engineers
75.  IESG: Internet Engineering Steering Group
76.  IIS: Internet Information Services
77.  IMAP: Internet Message Access Protocol
78.  INIC: Internet Network Information Center
79.  INTERNET: International Network
80.  IP: Internet Protocol
81.  IPX/SPX: Internetwork Packet Exchange/ Sequenced Packet Exchange
82.  IRTF: Internet Research Task Force
83.  IS: Information System
84.  ISA: Industry Standard Architecture
85.  ISDN: Integrated Services Digital Network
86.  ISO: International Organization for Standardization
87.  ISOC: Internet Society
88.  MAC: Media Access Control
89.  MILNet: Military Network
90.  MMS: Multimedia Messaging Service
91.  MSAU: MultiStation Access Unit
92.  NAT: Network Address Translation
93.  NetBIOS: Network Basic Input/Output System
94.  NetBEUI: NetBIOS Extended User Interface
95.  NSF: National Science Foundation
96.  NSFNet: National Science Foundation Network
97.  NTC: Nepal Telecom
98.  PAN: Personal Area Network
99.  PCO: Public Call Office
100.                   PDF: Portable Document Format
101.                   PIN: Personal Identification Number
102.                   PKI: Public Key Infrastructure
103.                   PM: Phase Modulation
104.                   PSK: Phase Shift Keying
105.                   PSTN: Public Switched Telephone Network
106.                   PUK: Personal Unblocking Key
107.                   RF: Radio Frequency
108.                   RIP: Routing Information Protocol
109.                   RJ45: Registered Jack-45
110.                   SC: Subscriber Connector
111.                   SDSL: Symmetric Digital Subscriber Line
112.                   SIM: Subscriber Identity Module
113.                   SMS: Short Message Service
114.                   SMA: Screw Mounted Adapter
115.                   ST: Subscriber Tip Connector
116.                   STD: Subscriber Trunk Dialing
117.                   Telnet: Telecommunication Network
118.                   USB: Universal Serial Bus
119.                   UseNet: User Network
120.                   VLAN: Virtual Local Area Network
121.                   VMS: Voice Messaging System
122.                   VPN: Virtual Private Network
123.                   VSAT: Very Small Aperture Terminal
124.                   W3C: World Wide Web Consortium
125.                   WAIS: Wide Area Information Server
126.                   WAP: Wireless Access Protocol
127.                   WiMAX: Worldwide Interoperability for Microwave Access
128.                   Wi-Fi: Wireless Fidelity
129.                   WLAN: Wireless Local Area Network
130.                   WPA: Wi-Fi Protected Access







Saturday, May 26, 2018

Qbasic Program to print the series 1,22,333,4444,55555

Qbasic Program to print the series
1,22,333,4444,55555



CLS
FOR i = 1 TO 5
    FOR j = 1 TO i
        PRINT i;
    NEXT j

    PRINT
NEXT i
END

Qbasic Program to print the following pattern without using locate function. 1, 26, 3710, 481113,59121415

Qbasic Program to print the following pattern without using locate function.




CLS
FOR r = 1 TO 5
    p = r
    FOR c = 1 TO r

        PRINT p;

        p = p + 5 - c

    NEXT c

    PRINT
NEXT r
END

50 MCQ Internet and Services 2075


50 MCQ Internet and Services 2075


1.      Which is the internet service? [SLC 2064]
i. Telnet                       ii. POP                         iii. Both                        iv. None
2.      b) Which is the internet service? [SLC 2069]
i) IRC   ii) Telnet           iii) E-mail         iv) All of the above
  1. Which of the flowing is the internet service?
Chat                       E-Mail              FAQ                 All of above
4.      Which is not an internet service? [SLC 2066 S]
i) e-mail                        ii) e-telephone  iii)e-fax            iv) e-commerce
5.      Which one is not the service of the Internet?
Electronic Fax               ii. Chatting        iii. Sharing hardware               iv. Electronic mail
6.      Which is not related to Internet? [SLC 2067]
i) ISP                ii) TCP/IP                     iii) WWW                     iv) UPS
7.      Which is web browser software? [SLC 2067]
i) Window 2007            ii) Internet Explorer    iii) Windows NT                       iv) All of the above
  1. Which software is needed for net surfing?
Web browser               Word Processor             Multimedia player         Windows Explorer
9.      Which of the following allows the user to surf and interact with the web-page?
i. website                  ii. Browser                 iii.web page                  iv.web server
  1. Yahoo! Is a ……..
i. browser                     ii .home page                iii. search engines
11.   Which is not the search engine?
Yahoo.com                   ii. Google.com              iii. Bing.com                 iv. Ebay.com
12.   Web sites that allow the users to search information based on keywords or a combination of keywords.
i)World Wide Web          ii) Electronic mail                iii) Search engines
13.   Which of the following is remote login service? [SLC 2071] [SLC 2068 S]
i. Video conferencing    ii. FTP              iii. Telnet         iv. TCP/IP
14.   ____________ is the service of the Internet through which remote computer can be accessed from another location.
Newsgroup             FTP                  Telnet              E-mail
15.   Used to transfer file from one computer to another computer in Internet.
i. FAQ              ii. IRC              iii. FTP                        iv. TPF
16.   FTP is used to
Browse the Internet       Send emails      transfer files from one computer to another                 None
17.   A user can get files from another computer by using
File Transfer Protocol              TCP/IP             Internet Protocol            None of above
18.   A protocol used for transferring files from one computer to another typically from your computer to a web server.
i.  Apple Talk                 ii.TCP/IP                     iii.FTP                                iv. All of above
19.   E-commerce is …………. [SLC 2067 S] [SLC 2071 S]
i) a type of business      ii) a type of virus                       iii) both (i) &(ii)            iv) None of the above
  1. Which of the following is online business?
E-Commerce                 E-shopping                   E-Business        All of the above
21.   Which is the correct Email ID? [SLC 2065]
i) Yahoo@ramesh         ii)
Ramesh@yahoo.com           iii) @ramesh.yahoo.com    iv) None of the above
22.   E-mail is a/an …………… [SLC 2067 S]
i) organization which controls internet                ii) protocol to access internet     
iii) service of Internet                                       iv) none of the above
23.   Email is
                           i.          Mail concerning electronic devices
                         ii.          Transaction of letters,messages and memos over a communication network.
                        iii.          Transaction of messages within a computer.                                Iv. None of them.
24.   In an email address : abc@yahoo.com, what does ‘yahoo’ refer?
i. User account name     ii. Domain name          iii. Top level domain name         iv. None of them
25.   Which protocol sends outgoing mail to mail server?
POP                       FTP                  HTTP               SMTP
26.   Which protocol gets the email from the mail box to the user’s computer?
SMTP               ii. POP                         iii. FTP             iv. HTTP
27.   Each computer on the Internet has a unique numeric address called a/an …. [SLC 2069 S]
         i) Web address     ii) Domain address        iii) Network binding      iv) IP address
  1. The process of transferring file from a remote computer to local computer is:
Uploading                     Downloading                Searching                      File transfer protocol
29.   The service of the Internet that provides audio and video conversation is_
Chat                 ii. E-mail          iii. Video conference                iv. Video chat
30.   The internet was developed by US.
Department of Defense      Department of Electronics          Department of Commerce       None
31.   Web-site is a collection of
HTML documents         Graphics File                audio and video files      All of above
32.   Each web page has its own unique address known as
i) Uniform Resource Locator                                   ii) Universal Resource Locator
iii) Uniform Resources Locator                               iv) Universal Resources Locator
33.   The unique address of a web page on the internet is called
i.URL                 ii. Browser                 iii. Protocol                 iv. HTTP
34.   The large group of millions of computers around the world that are all connected to one another.
LAN                             Intranet                         Internet                              All of above
35.   Which of the following network connects computer to the Internet?
i) Intranet                      ii) LAN            iii) WAN                      iv) MAN
36.   A technology that allows the creation of collaborative web sites.
i. Wiki                         ii. E-Mail                     iii. Search Engine          iv. All of above
37.   A set of interconnected WebPages, usually including a homepage, generally located on the same server, and prepared and maintained as a collection of information by a person, group, or organization.
i. Web site                    ii. Web Browser            iii. Web server              iv. None of above    
38.   A web site in the internet that brings people together in central location to talk, share ideas, share
              interests, make new friends.
                        i)USENET                   ii) Social network                        iii) Web chat
39.   An online interactive communication mechanism that lets people to make a real time decision with one
       or more people through the Internet.
                         i)Web chat                       ii)Newsgroup                     iii)Videoconferencing
40.   Which device is necessary to operate the internet?
i.CD-ROM         ii. ISP                         iii. Modem                 iv. All of above
41.   Connection between a computer and  the Internet done using a normal telephone is called
                                     i.          Satellite network                 Dial-Up network          Cable network         None of them
42.   The ARPAnet that helped to develop protocol is
                                     i.          TCP/IP                  ARP                 POPA               None of above
43.   Which is the protocol used in internet?
i. TCP/IP            ii.FTP                                    iii.ICP                           iv.ISP
44.   WWW is a
                                     i.          Protocol of Internet              Service of Internet       Language of Internet      None of them
45.   To join the internet, the computer has to be connected to a
a) internet architecture board      b) internet society   c) internet service provider  d) none of the mentioned
46.   Internet access by transmitting digital data over the wires of a local telephone network is provided by
a) leased line                 b) digital subscriber line          c) digital signal line       d) none of the mentioned
47.   Which one of the following protocol is not used in internet?
a) HTTP           b) DHCP          c) DNS             d) None of the mentioned
48.   The first network that planted the seeds of Internet was
i) ARPANET   ii) NSFnet         iii) Vnet            iv) Both i) and ii)
49.   Which of the following protocol is used for WWW?
i) ftp                 ii) http             iii) w3              iv) all of the above
50. Computers on the internet owned and operated by education institution form part of the
      i) com domain               ii) edu domain              iii) mil domain              iv) None