………. reads the bar code information. -Technology

1 Answer

Answer :

Barcode Reader reads the bar code information.

Related questions

Description : You are stuck in a room. On the door is a keypad with all the letters of the alphabet and the enter button. The word is 7 letters long. To your left, is a table with a note. The note reads: ... the note upon the table, remove a letter and you will be free. What is the code to escape? -Riddles

Last Answer : The code is science After solving for the first note, you will get sciesnce. If you don't understand why, go to the Periodic Table of the Elements and find these elements there. From the ... with this my self when I was looking at the periodic table. Thank you for reading my Escape Room.

Description : How do you Write a pseudo code algorithm that reads in three values and writes out the result of subtracting the second value from the sum of the first and third values?

Last Answer : Pseudocode means you don't use any actual computer language, so you can be quite informal. Just get the general idea. In this case, for instance:Input number to aInput number to bInput ... a + c - bShow resultYour teacher may have specific requirements for pseudocode; try to incorporate those.

Description : The label on a soft drink reads "cool and refreshing". For what reason are these words used ? 1. To provide information 2. To encourage multiple purchases 3. To promote the product 4. To satisfy legal requirements 5. none of these

Last Answer : To promote the product

Description : The label on a soft drink can reads "cool and refreshing." For what reason are these words used? A)To provide information B)To encourage multiple purchases C)To promote the product D)To satisfy legal requirements

Last Answer : C)To promote the product

Description : In Unix operating system, special files are used to : (A) buffer data received in its input from where a process reads (B) provide a mechanism to map physical device to file names (C ... pointers associated with i-nodes (D) store information entered by a user application program or utility program

Last Answer : (B) provide a mechanism to map physical device to file names 

Description : In a MS_Access database, which component is not present? (a) Formula Bar (b) Tables -Technology

Last Answer : (a) MS-Access contains various components, i.e. Tables, Queries, Forms, Reports, Macros and Modules.

Description : How would you display text in the title bar of a browser? -Technology

Last Answer : To display text in a title bar of a browser, use the tag inside the tag in the HTML document.e.g. HTML document

Description : Where is the title bar located? -Technology

Last Answer : The title bar is the horizontal bar located at the top of a window. It displays the name of the window or software program being used.

Description : Discuss the features of Title bar. -Technology

Last Answer : Title bar displays the name of the window or software program. This bar can maximize, minimize, restore or close a window. It is also used to move a window using any pointing device.

Description : What do you mean by Menu bar? -Technology

Last Answer : Menu BarIt is situated below, the title bar. It contains various options such as File, Edit, View, Tools and Help menu items. The menu bar can really help you in managing your daily routine tasks. ... it appears on the screen, go to Organize -> Layout -> click on check mark Menu bar option.

Description : Define Status bar. -Technology

Last Answer : The bottom line of any window is called Status bar in which an application can display various kinds of status information such as current window’s state, background tasks (such as printing, scanning etc) or other contextual information (such as selection, etc).

Description : Date and Time are the part of (a) Tool Bar (b) Icon (c) Taskbar (d) Status Bar -Technology

Last Answer : (c) Date and Time are the part of taskbar which is found at the bottom of the screen.

Description : The bar at the topmost line of a window is called the (a) Title bar (b) Menu bar (c) Status bar (d) Task bar -Technology

Last Answer : (a) Title bar contains the title of a currently opened page and it is present at the topmost line of a window.

Description : The ………….. is the long horizontal bar that you see at the bottom of your desktop. -Technology

Last Answer : The taskbaris the long horizontal bar that you see at the bottom of your desktop.

Description : Status bar is primarily used to switch between open windows and applications. -Technology

Last Answer : FalseStatus bar is not used to switch between open windows and applications but it simply shows the status of currently running applications.

Description : The scroll bar feature comes with scroll arrows that allow you to move easily through a document. -Technology

Last Answer : TrueDepending on the size of a window, the entire application may not be visible. So, it is the scroll bar which makes the whole screen visible for you by using scroll arrows.

Description : The status of your document like current page and number of pages are given by ………… (a) Formatting toolbar (b) Status bar -Technology

Last Answer : (b) Status bar gives the status of your document like current page number and number of pages.

Description : A cell entry can be edited either in the cell or in the formula bar. -Technology

Last Answer : True There are two ways to edit the data which has entered in the cell, i.e. in the cell or in the formula bar.

Description : Mr. Sanjay wants to plot a bar graph for the given set of values of subject on x_axis and number of students who opted for that subject on -Technology

Last Answer : (i) plt.bar(x,y)(ii) plt.show()

Description : Using Python Matplotlib ...... can be used to count how many values fall into each interval a. line plot b. bar graph -Technology

Last Answer : (c)histogram

Description : Draw the following bar graph representing the number of students in each class. -Technology

Last Answer : import matplotlib.pyplot as pltClasses = ['VII','VIII','IX','X']Students = [40,45,35,44]plt.bar(classes, students)plt.show()

Description : Which of the following is used at Point of Sales to input product information? A. Graphic Tablet B. MICR C. Bar Code reader D. Magnetic Stripe reader

Last Answer : C. Bar Code reader

Description : Which input device is used to read information on a credit card? A. Graphic Tablet B. Numeric Keyboard C. Bar Code reader D. Magnetic Stripe reader

Last Answer : D. Magnetic Stripe reader

Description : Machine language sometimes referred to as (a) programming language that is used widely by the programmer. (b) machine code or object code -Technology

Last Answer : (b) Machine language sometimes referred to as machine code or object code because it is the language which is only understood by the computer as a computer itself is just a machine or an electronic device.

Description : Consider the following database: Product Code Product Name Date of sale QtySold Customer Name Amount -Technology

Last Answer : 1. Qty Sold and Amount fields2. ProductCode field3. Date/Time data type4. ProductCode, ProductName and CustomerName fields5. 6 fields and 5 records6. Validation Rule

Description : Write HTML code to set the image ‘Pen. jpg’ stored in ‘My Pictures’ folder in C: -Technology

Last Answer : The HTML code is .

Description : Write the extension of HTML code file. -Technology

Last Answer : The extension of HTML code file is.html or .htm

Description : What is the method of viewing the source code of the current page in the Web browser? -Technology

Last Answer : Right click on the Web page and then select View Source from the context menu.

Description : While writing HTML code, how do you find out how your Web page would look like? -Technology

Last Answer : For this, open the HTML code file in a Web browser.

Description : Identify the error(s) in the following HTML code. Also, write the correct code. -Technology

Last Answer : The error in the code is that in place of color attribute there should be bgcolor.The correct code is

Description : What is the use of tag in HTML code? Write any two options used with this tag. -Technology

Last Answer : The tag is used to change the size, color and type face of the text on HTML page. It uses attributes such as size, face etc.

Description : Identify the errors and write the correct HTML code 1. -Technology

Last Answer : 1. 2.

Description : What is the method of using comment line in the HTML code? -Technology

Last Answer : In HTML code, the comment line is declared as

Description : Write the HTML code to display horizontal line of red color. -Technology

Last Answer :

Description : Find error(s) in the following HTML code segment. Rewrite the correct code. -Technology

Last Answer : There should be type instead of style. So, correct line is

Description : Find the error(s) in the following code and underline those errors. -Technology

Last Answer : should be placed before The correct code is Example

Description : What is the use of tag in HTML code? Write any two attributes used with this tag. -Technology

Last Answer : The tag encloses the main part of the document. It contains all the contents of a document. Various markup elements are allowed within the body to indicate headings, paragraphs, lists, hypertext links, images and so on. The tag uses various attributes such as background, bgcolor etc.

Description : Write the HTML code to set the bgcolor as pink, heading level 2, text -Technology

Last Answer :

Description : Write the HTML code to create a paragraph whose text color is blue. -Technology

Last Answer : or

Description : What is the output of the following segment of the HTML code? -Technology

Last Answer : Output• MANGO• APPLE• GRAPES

Description : Identify error(s) in the following HTML code. Also, write the correct code. type=“a” start=“d”> -Technology

Last Answer : tag’s attributes should be placed in between . In the list, the start attribute must be set to a numeric value and type attribute specifies ‘A’, ‘a’, T ‘i’ or ‘1’. So, the correct code is

Description : Write a code to produce the following output. -Technology

Last Answer : ComputerAn electronic machineCPU Brain of computer

Description : How are comments inserted in HTML code? Explain with an example. -Technology

Last Answer : Comments are inserted in HTML code with the help of tag. To insert the text as a comment, type the text between tag, then that text will be ignored by the browser and invisible for the user.e.g.This is a book

Description : Write HTML code to display various bullet types. -Technology

Last Answer : LotusRoseSunHoonoutput

Description : Write HTML code to display ordered lists. -Technology

Last Answer : Many Ordered ListNumbered listSunMoonLetters 1is t SunMoonLowercase letters starting from 3rd 1etter

Description : Which program do you need to write HTML code? (a) Spreadsheet (b) Access -Technology

Last Answer : (c) From the given options, Notepad is useful program to write HTML code.

Description : Which of the following is the correct code of HTML page? (a) Hello -Technology

Last Answer : (b) Because tag must close inside the tag.

Description : The following code is written to align the image in center in the browser’s window. -Technology

Last Answer : The reason for not getting the desired result is that center is not a value of align attribute in the tag.

Description : Write the HTML code to display an image on the right side of the page. -Technology

Last Answer :

Description : Write the HTML code to display an inline image named pencil.jpg located at C:\ in the center of your Web page. -Technology

Last Answer :