Answer:
Consider the language defined by the following regular expression. (x*y | zy*)* 1. Does zyyxz belong to the language?
O. No, because zyy does not belong to x*y nor zy*
2. Does zyyzy belong to the language?
Yes, because both zy and zyy belong to zy*.
Explanation:
Answer:
Scanner can be used to read tokens from the console window (user input)
Explanation:
Scanner is a class used in some programming languages to obtain inputs from users.
It is mostly well developed in Java programming language and used exclusively for taking and obtaining inputs.
Scanner takes input in primitive types such as doubles, floats and integers. IT also takes string inputs.
Here is a code snippet where the class scanner is used:
Scanner input = new Scanner (System.in)
The code above creates an object of the scanner class
~frestoripongetosarangeou
Answer:
B.)You want to maintain connections with external files
Explanation:
These are the options for the question
A.)You do not want to save the original data sources.
B.)You want to maintain connections with external files
C.)You want to reduce file size
Embedding data can be regarded as insertion of objects( embedded object) such as spreadsheet into a word-processor so that it can be edditted.
Data Import can be regarded as ways that give room for uploading of data
from external sources , then combine it with data that is been collected via Analytics.