A context diagram
A) Describes the context of a system
B) is a DFD which gives an overview of the system
C) is a detailed description of a system
D) is not used in drawing a detailed DFD

1 Answer

Answer :

B) is a DFD which gives an overview of the system

Related questions

Description : A context diagram is used A) as the first step in developing a detailed DFD of a system B) in systems analysis of very complex systems C) as an aid to system design D) as an aid to programmer

Last Answer : A) as the first step in developing a detailed DFD of a system

Description : DFD stands for A) Data Flow Document B) Data File Diagram C) Data Flow Diagram D) Non of the above

Last Answer : C) Data Flow Diagram

Description : By an external entity we mean a A) Unit outside the system being designed which can be controlled by an analyst. B) Unit outside the system whose behavior is independent of the system being designed C) A unit external to the system being designed D) A unit which is not part of a DFD

Last Answer : C) A unit external to the system being designed

Description : A DFD is normally leveled as A) It is a good idea in design B) It is recommended by many experts C) it is easy to do it D) It is easier to read and understand a number of smaller DFDs than one large DFD

Last Answer : D) It is easier to read and understand a number of smaller DFDs than one large DFD

Description : Data cannot flow between two data stores because A) it is not allowed in DFD B) a data store is a passive repository of data C) data can get corrupted D) they will get merged

Last Answer : D) they will get merged

Description : Data store in a DFD represents. A) a sequential file B) a disk store C) a repository of data

Last Answer : C) a repository of data

Description : A rectangle in a DFD represents A) a process B) a data store C) an external entity D) an input unit

Last Answer : C) an external entity

Description : In a DFD external entities are represented by a A) Rectangle B) Ellipse C) Diamond shaped box D) Circle

Last Answer : A) Rectangle

Description : An audit plan is a a. Detailed plan of analytical procedures and all substantive tests to be performed in the course of the audit. b. Document that provides an overview of the company and a ... process. d. Budget of the time that should be necessary to complete each phase of the audit procedure

Last Answer : Document that provides an overview of the company and a general plan for the audit work to be accomplished, timing of the work, and other matters of concern to the audit.

Description : An audit program is a. A generic document that auditing firms have developed to lead the process of the audit through a systematic and logical process. b. An overview of the company and a general ... d. A budget of the time that should be necessary to complete each phase of the audit procedures

Last Answer : The detailed plan of audit procedures to be performed in the course of the audit.

Description : The full form of DDL is (A Dynamic Data Language (B) Detailed Data Language (C) Data Definition Language (D) Data Derivation Language

Last Answer : C) Data Definition Language

Description : Consider three CPU intensive processes P1, P2, P3 which require 20, 10 and 30 units of time, arrive at times 1, 3 and 7 respectively. Suppose operating system is implementing Shortest Remaining Time first (preemptive scheduling) ... end of Ready queue are not counted). (A) 3 (B) 2 (C) 4 (D) 5

Last Answer : (A) 3

Description : The Introduction section of the research plan a. Gives an overview of prior relevant studies b. Contains a statement of the purpose of the study c. Concludes with a statement of the research questions &, for quantitative research, it includes the research hypothesis d. All of the above

Last Answer : d. All of the above

Description : A detailed written description of the programming cycle and the program, along with the test results and a printout of the program is called a) documentation b) output c) reporting d) spec sheets e) None of thes

Last Answer : a) documentation

Description : A detailed description of methodology of research is required in (A) Thesis/Dissertation (B) Symposium/Workshop (C) Seminar paper/Articles (D) Conference and Seminar Papers

Last Answer : (A) Thesis/Dissertation

Description : DML is provided for (A) Description of logical structure of database. (B) Addition of new structures in the database system. (C) Manipulation & processing of database. (D) Definition of physical structure of database system.

Last Answer : C) Manipulation & processing of database.

Description : The statements s1 and s2 are given as: s1: Context sensitive languages are closed under intersection, concatenation, substitution and inverse homomorphism. s2: Context free languages are closed under complementation, ... is not correct and s2 is correct. (D) Both s1 and s2 are not correct.

Last Answer : (B) s1 is correct and s2 is not correct.

Description : For every context free grammar (G) there exists an algorithm that passes any w ∈ L(G) in number of steps proportional to (A) ln|w| (B) |w| (C) |w|2 (D) |w|3

Last Answer : (D) |w|3

Description : Given the following statements: S1: Every context-sensitive language L is recursive. S2: There exists a recursive language that is not context sensitive. Which statement is correct? (A) S1 is not correct and S2 is ... (C) S1 is correct and S2 is not correct. (D) S1 is correct and S2 is correct.

Last Answer : (D) S1 is correct and S2 is correct. 

Description : High level knowledge which relates to the use of sentences in different contexts and how the context affect the meaning of the sentences? (A) Morphological (B) Syntactic (C) Semantic (D) Pragmatic

Last Answer : (D) Pragmatic

Description : The context free grammar for the language L = {an bm | n≤m+3, n≥0, m≥0} is (A) S→aaaA; A→aAb|B, B→Bb|λ (B) S→aaaA|λ, A→aAb|B, B→Bb|λ (C) S→aaaA|aaA|λ, A→aAb|B, B→Bb|λ (D) S→aaaA|aaA|aA|λ, A→aAb|B, B→Bb|λ

Last Answer : (D) S→aaaA|aaA|aA|λ, A→aAb|B, B→Bb|λ

Description : Given the following statements : S1 : SLR uses follow information to guide reductions. In case of LR and LALR parsers, the look-aheads are associated with the items and they make use of the left context available to ... (C) S1 is correct and S2 is not correct. (D) S1 is correct and S2 is correct.

Last Answer : (D) S1 is correct and S2 is correct.

Description : A context free grammar for L={w|n0(w)>n1(w)} is given by: (A) S→0|0S|1SS (B) S→0S|1S|0SS|1SS|0|1 (C) S→0|0S|1SS|S1S|SS1 (D) S→0S|1S|0|1

Last Answer : (C) S→0|0S|1SS|S1S|SS1 

Description : If all the production rules have single non - terminal symbol on the left side, the grammar defined is : (A) context free grammar (B) context sensitive grammar (C) unrestricted grammar (D) phrase grammar

Last Answer : (A) context free grammar

Description : The language of all non-null strings of a’s can be defined by a context free grammar as follow : S→a S|S a| a The word a3 can be generated by ................ different trees. (A) Two (B) Three (C) Four (D) Five

Last Answer : (C) Four Explanation:

Description : The family of context sensitive languages is ................. under union and ................. under reversal. (A) closed, not closed (B) not closed, not closed (C) closed, closed (D) not closed, closed

Last Answer : (C) closed, closed 

Description : Which of the following statements is false? (1) Every context-sensitive language is recursive. (2) The set of all languages that are not recursively enumerable is countable. (3) The family ... under union. (4) The families of recursively enumerable and recursive languages are closed under reversal.

Last Answer : The set of all languages that are not recursively enumerable is countable.

Description : Given the following two statements: A. L = {w|na(w) = nb(w)} is deterministic context free language, but not linear B. L = {an bn} U {an b2n} is linear, but not deterministic context free language. Which of the following ... are true. (3) (A) is true, (B) is false. (4) (A) is false, (B) is true.

Last Answer : Both (A) and (B) are true. 

Description : Given the following two languages: L1 = {anbn|n≥0, n≠100} L2 = {w ϵ {a,b,c}*| na(w) = nb(w) = nc(w)} Which of the following options is correct? (1) Both L1 and L2 are ... context free language, L2 is not context free language. (4) L1 is not context free language, L2 is context free language.

Last Answer : L1 is context free language, L2 is not context free language.

Description : Consider the following statements related to compiler construction: I. Lexical Analysis is specified by context-free grammars and implemented by pushdown automata. II. Syntax Analysis is specified by regular expressions and implemented by ... Only l (2) Only ll (3) Both I and II (4) Neither I nor Il

Last Answer : Answer: 4

Description : What does "UNC" stand for in a mechanical drawing / drafting context?

Last Answer : It's a screw thread designation: Unified Coarse , which refers to the standard for thread sizes and shape used for machine screws in the US. The .250 is the nominal diameter of the screw that will fit ... , the hole is first drilled with a number 7 drill bit, then tapped using a 1/4-20 tap.

Description : Bresenham line drawing algorithm is attractive because it uses (A) Real arithmetic only (B) Integer arithmetic only (C) Floating point arithmetic (D) Real and integer arithmetic

Last Answer : (B) Integer arithmetic only

Description : Draw and explain Level 1 DFD for railway reservation system.

Last Answer : The passenger can initiate either Reservation process or Enquiry process; If a user opts for Reservation process then the system shall proceed with ticket generation process and same needs to ... enquiry module then appropriate request shall be entertain and result to be displayed to the user.

Description : Which of the following is the correct description of the term 'sex ratio' as used in context of the census? (1) Number of females per 1000 persons (2) Number of females in a sample of 1000 persons (3) Number of males per 1000 females (4) Number of females per 1000 males

Last Answer : (4) Number of females per 1000 males

Description : Which of the following is the correct description of the term sex-ratio as used in the context of the census of population? (1) Number of males per 1000 females. (2) Number of females per 1000 males. (3) Number of females per 100 males. (4) Number of females in a sample of 1000 persons.

Last Answer : (2) Number of females per 1000 males. Explanation: As per the 2011 Census, Kerala has the highest literacy rate of 93.11% in India. Among states, it is followed by Mizoram (91.58%) and Tripura (87.75%) at second and third positions respectively.

Description : Which of the following is not the part of ADT description? A) Data B) Operations C) Both of the above D) None of the above

Last Answer : D) None of the above

Description : Which of the following statements are true with reference to the way of describing XML data ? (a) XML uses DTD to describe the data (b) XML uses XSL to describe the data (c) XML uses a description node to describe the data Codes : (A) (a) only (B) (b) only (C) (a) and (b) (D) (a) and (c)

Last Answer : Answer: D

Description : Which of the following provides the best description of an entity type? (A) A specific concrete object with a defined set of processes (e.g. Jatin with diabetes) (B) A value given to a ... template for a group of things with the same set of characteristics that may exist in the real world

Last Answer : Answer: D

Description : Criminal Sketch Artists, what is the most unique drawing you've drawn from a description?

Last Answer : Need Answer

Description : In mapping of ERD to DFD a) entities in ERD should correspond to an existing entity/store in DFD b) entity in DFD is converted to attributes of an entity in ERD c) relations in ERD has 1 to 1 correspondence to processes in DFD d) relationships in ERD has 1 to 1 correspondence to flows in DFD

Last Answer : a) entities in ERD should correspond to an existing entity/store in DFD

Description : Which of the following best describes the purpose of the engagement letter? a. The engagement letter conveys to management the detailed steps to be applied in the audit process. b. The engagement letter ... be signed by both the client and the CPA and should be used only for independent audits

Last Answer : By clearly defining the nature of the engagement, the engagement letter helps avoid and resolve misunderstandings between CPA and client regarding the precise nature of the work to be performed and the type of report to be issued

Description : Which statement best describes the emphasis of the systems and substantive approaches in the audit plan? a. A thoroughly designed systems approach to auditing can eliminate the need for any ... computer systems to aid in the audit while the substantive approach focuses on more manual tests

Last Answer : The systems approach focuses on testing controls to make sure they are effective, while the substantive approach is the detailed testing of specific accounts for accuracy

Description : What type of diagram is the most detailed?

Last Answer : Wiring diagram.

Description : ………….. gives defining the flow of the data through and organization or a company or series of tasks that may or may not represent computerized processing. A) System process B) System flowchart C) System design D) Structured System

Last Answer : B) System flowchart

Description : The data Flow Diagram is the basic component of …………… system A) Conceptual B) Logical C) Physical

Last Answer : A) Conceptual

Description : Which phrase best describes an events historical context?

Last Answer : The energy in the auditorium.

Description : Which of the following best describes a project environment? a. The type of organization concerned with implementation. b. The structured method used to control the project. c. The context within which a project is undertaken. d. An understanding of the risks involved in the project.

Last Answer : c. The context within which a project is undertaken.

Description : Which of the following best describes a project environment? a. The type of organisation concerned with implementation.  b. The structured method used to control the project.  c. The context within which a project is undertaken.  d. An understanding of the risks involved in the project.

Last Answer : c. The context within which a project is undertaken.

Description : Which describes the coarse arrangement of the rest of the shape with respect to the point? a) Shape b) Context c) Shape context d) None of the mentioned

Last Answer : c) Shape context