Skip to main content

Posts

Part 4 : Top 500 Computer Awareness Previously Asked Questions

Top 500 Computer Awareness questions Take Quiz from below Q 1) In Network layer , data transferred interns of _______________ ? frames packets bits segments Q 2) What is the shortcut for creating new slide from already existing slide ? contrl + N contrl + M contrl + V contrl + R Q 3) What is the extension for MS-ACCESS ? ACCDB XLS DOCX ACCESS Q 4) Which of the following is volatile memory ? HARD DISK ROM RAM COMPACT DISK Q 5) What is used to identify Particular page on web ? ? HYPERLINK URI URL SERVER ADDRESS Q 6) Which one of the fo...
Recent posts

Computer awareness questions asked in RRB PO Part II

Computer awareness questions asked in RRB PO Part II Part -I Part - II Learn them from below Q 1) which of the following is not a is not an email service ? A. Bing B. yandex C. gmail D.Yahoo View Answer & Explanation Q 2) Which of the following is incorrect declaration of file name in Windows 7 ? A.mydoc:file.doc B.Mydoc hai.doc C.Mydoc_hai.doc D. Mydoc.doc View Answer & Explanation Q 3)Which of the following is correct mail id ? A. @mymail.com B. msrgmail.com C. msr@.com D. msr@gmail.com View Answer & Explanation Q 4) Which of the following is a software that that is available free of cost but do not provide any freedom of modifying, sharing and studying the program ? A.Free ware B.share ware C. Open source D.Adware View Answer & Explanation ...

Computer awareness questions asked in RRB PO Mains 2019 Part 1

Computer awareness questions asked in RRB PO Part I Part -I Part - II Learn them from below Q 1) Which of the following is not a hexadecimal address ? A. (1234) 16 B. (ABCD) 16 C.(12GH) 16 D. (5267) 16 View Answer & Explanation Q 2) Convert (305) 8 into Decimal address ? View Answer & Explanation Q 3) Which of the following is correct ? A.1 MB =1024 bits B. 1TB = 1024 KB C.1 GB = 1024 MB D.1 Byte = 8 KB View Answer & Explanation Q 4)Every computer has NIC for physical address,What is the length of NIC address ? View Answer & Explanation Q 5) Which of the following represents MAC Address of the computer ? A. (AB:CD:GH:MN) 16 B. (AD:HF:LM:NK) 16 C. (AB:CD:1G:2E) 16 D. (AB:CD:1C:2E) 16 View Answer & Explanation ...

Fieldset and Pre Tags in HTML with Live execution

Fieldset Tag in HTML Fieldset & Pre Tags in HTML : 1. Fieldset Tag : is used for grouping related form elements in a box.It is used to give user a clear view about Content. Starting tag : Ending tag : 2. Legend Tag : Legend tag is used to give title for Fieldset. Starting tag : Ending tag : 3. Pre Tag : Pre tag is used to set alignment of your web page as coded line wise . Starting tag : Ending tag : For this first take a notepad and copy code then save it with .html extension.Thats it your Program will be exected.if You want to check its effect within this website plese click on EXECUTE button. CODE Fieldset ,Pre TAGs Login Page User Name : Password : OutPut (...

Ordered List & Unordered list in HTML with Live Execution

List in HTML Different kinds of Lists in HTML : List is one of the important concepts in Website creation. There are three different kinds of list Important Tags : Its has different Tags like Ordered list : Starting tag : Ending tag : Unordered list : Starting tag : Ending tag : Definitioned list : Starting tag : Ending tag : We use this for only Definition purpouse just like subscript tag List item : Starting tag : Ending tag : - used to define the item with in the list. For this first take a notepad and copy code then save it with .html extension.Thats it your Program will be exected.if You want to check its effect within this website plese ...

Table Tag & Its sub tags and Attributes along with live execution

Table TAG Table Tag : Table in HTML is a combination of rows and columns. Sarting Tag : Ending tag : and Table tag has different types of Subtags as below Subtags of Table Tag : Tag : It is used to define a row in a table. Tag : It is used to define header cell in a table. Tag : It defines a cell in a table. Tag : it is used to Give caption for the table For this first take a notepad and copy code then save it with .html extension.Thats it your Program will be exected.if You want to check its effect within this website plese click on EXECUTE button. To get table as shown below...

Image map or Map and Area tags

Anchor TAG Image Map or map Tag : An image map is an image with clickable areas. Sarting Tag : Ending tag : Attributes : It has different attributes like usemap name Area Tag : It contains Area tag Sarting Tag : Ending tag : Attributes : It has different attributes like shape coords href For this first take a notepad and copy code then save it with .html extension.Thats it your Program will be exected.if You want to check its effect within this website plese click on EXECUTE button. 1. Usemap attribute : Usemap att...