Test-3 String Operations
- What is difference between 1 and “1”
- How strings are different than numbers
- How strings are represented in computer memory?
- What is meant by length of string
- What is difference between a line and a string
- If the string is considered as an ordered array of characters explain with example effect of following on string “WELCOME”
Separate, Split, Index, Select, reorder one or more characters or reverse the entire string
If Word is string, can Sentence be a string? How to split sentence in words?
- If Sentence is string, can Paragraph be a string? How to split Paragraph in sentences?
- What is meaning of line in paragraph? How to split paragraph in lines?
- If Paragraph is string, can Page be a string? How to split Page in paragraphs?
- If Page is a string, can book be a string? How to split book in pages?
- If book is a string can we apply the same operations of string to Separate, Split, Index, Select, reorder one or more characters, words, lines, sentences, paragraphs, pages or reverse the entire book string
Can we join to strings?
- How to join words to form sentence, sentences to lines, lines to paragraphs, paragraphs to pages, pages to book or books to new big book?
- How to locate, find or replace a character, part of word, word and so on in a book?
- How can we compare two strings?
- How to find number of occurrences of particular string ( from character to pages) in a book
- How the characters are ordered or indexed?
- How the strings are ordered or indexed?
- Why ordering strings of characters other than English is difficult?
- How we can achieve it?
- What is difference between ASCII and ISCII.
- What is the basis of encryption? Can you evolve your own encryption of string like password?
- Can you make password changing automatically after every use or after time lapse?
- What is difference between raster and vector image
- Is font image raster or vector type
- Why the Yahoo and other sites ask you to retype string from a warped image while filling form?
- What is OCR? How the scanned text can be recognized and converted to document?
- How can you program OCR for non English fonts
- Can raster image be considered as a string of pixels so that all string operations can be done on it.