Write the advantages of using Unicode to represent text. -Technology

1 Answer

Answer :

Advantages of using Unicode to represent text are as follows :1. Allows for multilingual text using any or all the languages that you desire.2. Text in any language can be exchanged worldwide

Related questions

Description : Write the advantages of using Unicode to represent text. -Technology

Last Answer : Unicode encoding standard provides the basis for processing, storage and interchange of text data in any language in all modern software and information technology protocols.

Description : Deepti is confused between the terms ASCII and Unicode. Help her by differentiating between ASCII and Unicode. -Technology

Last Answer : ASCII: It is a 7 bit code that can represent 27 characters. It is platform dependent.UNICODE: It is 8 bit, 16 bit and 32 bit code to represent 28, 216, 232 characters respectively. It is platform independent.

Description : Deepti is confused between the terms ASCII and Unicode. Help her by differentiating between ASCII and Unicode. -Technology

Last Answer : ASCII: It is a 7 bit code that can represent 27 characters. It is platform dependent. UNICODE: It is 8 bit, 16 bit and 32 bit code to represent 28 , 216, 232 characters respectively. It is platform independent.

Description : How many bits are used to represent Unicode, ASCII, UTF-16, and UTF-8 characters?

Last Answer : Ans. Unicode requires 16 bits and ASCII require 7 bits. Although the ASCII character set uses only 7 bits, it is usually represented as 8 bits. UTF-8 represents characters using 8, 16, and 18 bit patterns. UTF-16 uses 16-bit and larger bit patterns.

Description : Write any two advantages of using database. -Technology

Last Answer : 1. Can ensure data security.2. Reduces the data redundancy.

Description : Define database management system. Write two advantages of using database management system for school. -Technology

Last Answer : Database Management System (DBMS) is a collection of programs that enable users to create, maintain database and control all the access to the database. The primary goal of the DBMS is to ... centralized location.2. It provides security to the personal information of the school, stored in it.

Description : Write one example of each field, for which you would use 1. Text data type -Technology

Last Answer : 1. Text data type It allows to store text or combination of text and numbers as well as numbers that don't require calculations such as phone number. This data type allows maximum 255 characters ... Description will be of Memo data type, because the length of description of employee may be large.

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 : Write the steps to make the text bold. -Technology

Last Answer : Steps to make a text bold are as follows:(a) Step 1: Select the text.(b) Step 2: Click the Bold button in the Font group on the Home tab.

Description : Write the shortcut keys to format the text style bold, italic and underline. -Technology

Last Answer : Bold – Ctrl+B, Italic – Ctrl+I, Underline – Ctrl+U

Description : Write the CSS code to: (i) Apply 50px indentation to all text paragraphs marked with . -Technology

Last Answer : P{text-indent: 50px;font-style: italic;}

Description : Write java statement to make the Net Fee text field named txtNetFee un_editable at run time. -Technology

Last Answer : txtNetFee.setEditable(false);

Description : The alternate text of an image can be displayed by using attribute of the tag. (a) src (b) alt -Technology

Last Answer : (b) alt attribute of the tag is used to display the alternate text of an image.

Description : What is an E_mail? Write two advantages of an E_mail. -Technology

Last Answer : E-mail (Electronic mail) is a popular Internet service, which is used for sending or receiving messages electronically over a computer network.The advantages are as follows:1. E-mail is a cost-effective medium of communication.2. Ease of use.

Description : Write down the advantages of networking for an office. -Technology

Last Answer : Various advantages of networking for an office are as follows:1. Using network we can store our files in many places or computers for data recovery purpose from a disk crash.2.It provides sharing of ... , i.e. they can be centralised and can be accessed by anyone from the central system itself

Description : Identify the topology shown below. Write 2 advantages of this topology. -Technology

Last Answer : Star Topology Two advantages of star topology are as follows :1. Easy to detect faults and remove It.2. Failure to single system will not bring down the entire network.

Description : List the advantages of using CSS. -Technology

Last Answer : It controls layout of many documents from one single style sheet.It has more precise control of layout.It applies different layouts to different media-types.It has numerous advanced and sophisticated techniques to be applied on web page

Description : Which of the following does not represent an I/O device? (a) Speaker (b) Plotter (c) Joystick (d) CU -Technology

Last Answer : (d) CU is used to co-ordinate the input and the output devices of a computer system.

Description : A report allows you to represent data retrieved from one or more tables so that, it can be analysed and printed if required. -Technology

Last Answer : True When you want to print those records which are fetched from your database then, reports are more useful for this purpose.

Description : …………. represent graphical representation of various files and programs of an operating system. -Technology

Last Answer : Icons represent graphical representation of various files and programs of an operating system.

Description : …………. represent graphical representation of various files and programs of an operating system. -Technology

Last Answer : Recycle Binrepresent graphical representation of various files and programs of an operating system.

Description : Create XML markup to represent a message sent on 7 June, 2014 to Amit and Saurabh by Mohit. -Technology

Last Answer : Mohit Amit Saurabh Submitted Successfully

Description : Explain the most used alphanumeric code before Unicode. ?

Last Answer : The most used alphanumeric code before Unicode is ASCII code. The American Standard Code for Information Interchange stands for ASCII or ASCII. In 1975, Robert Beamer invented the seven-bit ASCII code. ASCII ... can be used to specify 2 or 256 unique symbols. Currently ASCII-8 refers to ASCII code.

Description : What makes Unicode better ?

Last Answer : Unicode Consortium by improving Unicode.

Description : How many Unicode symbols ?

Last Answer : Unicode symbols are 75 , 536.

Description : Unicode 1st 256 codes are similar to what ?

Last Answer : Unicode 1st 256 code is similar to ASCII code.

Description : What is the Unicode bit number ?

Last Answer : Unicode bit number 2 Byte.

Description : Who invented Unicode ?

Last Answer : Invent Unicode Apple and Xerox Corporation.

Description : What is Unicode ?

Last Answer : What is Unicode ? The invention of the Unicode system to include the alphabets and symbols of all the languages of the world in a single code system . Unicode is an international character encoding system. The ... of Unicode. Its main goal is to bring all languages up to a certain standard.

Description : What is Unicode ?

Last Answer : Unicode is the process of encoding all the codes of the world, big or small, into computer code . It is a 2 byte or 16 bit code which can specify 75536 symbols.

Description : What is the name of the first Bangla Unicode open keyboard in Bangladesh ?

Last Answer : Avro Keyboard 8 The discoverer of which is Dr. Mehedi Hasan Khan

Description : When is my alphabet Unicode launched ?

Last Answer : My alphabet Unicode was launched on 21 February 2013.

Description : in Unicode Total How much Different To the letter Coded To do Goes ?

Last Answer : Unicode A total of 65536 Different To the letter Coded To do Goes

Description : Explain how to convert data in legacy code page formats to the Unicode format.

Last Answer : You can use the Encoding.Convert method to convert data between encoding types. This method requires instances of both encoding types and an array of bytes that represents the data to be converted. ... GetBytes method and can convert an array of bytes back to chars with the Encoding.GetChars method.

Description : Is string Unicode, ASCII, or something else? 

Last Answer : Unicode

Description : What do we call string in python 2? a) Str b) Unicode c) Strs d) Unicades

Last Answer : Unicode

Description : Why do computers use binary? A. Because It's all the understand.... B. Because a computer is a series of switches, 1 being on and 0 being off C. Because they can't understand ASCII D. Because UNICODE doesn't work

Last Answer : A. Because It's all the understand....

Description : The character set used in Windows 2000 operating system is .... (A) 8 bit ASCII (B) Extended ASCII (C) 16 bit UNICODE (D) 12 bit UNICODE

Last Answer : (C) 16 bit UNICODE

Description : A blog consists of (a) images (b) text (c) links (d) All of these -Technology

Last Answer : (d) A blog consists of images, text and links.

Description : Why we cannot use a text editor as a picture editing tool? -Technology

Last Answer : Text editor is a editing program which does not support the editing of graphical images because it works only on text.

Description : ………… elements help to express emotions or feelings in E_mail or text messages. -Technology

Last Answer : Emoticon elements help to express emotions or feelings in E-mail or text messages.

Description : Plain text (txt) E_mail messages can be read by any type of E_mail application. -Technology

Last Answer : True Plain text E-mail contains plain text without any formatting options such as bold, italic, colored fonts etc., so these can be read by any type of E-mail application.

Description : E_learning only supports text materials. -Technology

Last Answer : False E-learning includes numerous types of media that deliver text, audio, images, animation and streaming videos.

Description : Which of the following is not related to a utility software? (a) Text editor (b) Antivirus program (c) Disk compression software -Technology

Last Answer : (d) Railway reservation system is an example of application software whereas, rest all are software utilities.

Description : A text editor is used to facilitate the creation and correction of text. -Technology

Last Answer : TrueA text editor is used to create and edit the text. Text editor is a part of utility.

Description : Encrypted data is referred as cipher text. -Technology

Last Answer : TrueEncrypted data is presented in coded form. So, it is known as cipher text.

Description : What happens when you enter numbers in a Text data type field? -Technology

Last Answer : Numbers are accepted as a text value.

Description : What happens when text is entered in a Number type field? -Technology

Last Answer : When we enter text in a Number field and press Enter or press Tab key, MS-Access displays a message that “The value you entered does not match the Number data type in this column.”

Description : If the data type of a field is set to Text, what will be its number range? -Technology

Last Answer : Its range will be 0 to 255.