Bissoy.com
Login
Doctors
Medicines
MCQs
Q&A
Ask
Merit Test
Questions
Courses
Which of the following tools is not used in modeling the new system?
decision tables
data dictionary
data-flow diagrams
All of the above
None of the above
LohaHridoy
0
Edit
5
views
2025-01-04 04:42
1
Answers
AhmedNazir
Answer: Option 4
Let'
0
Thanks
5
views
Answered
2022-09-01 13:21
Report
Edit
Call
Related Questions
What is the result of compiling and running this program class Mammal{ void eat(Mammal m){ System.out.println("Mammal eats food"); } } class Cattle extends Mammal{ void eat(Cattle c){ System.out.println("Cattle eats hay"); } } class Horse extends Cattle{ void eat(Horse h){ System.out.println("Horse eats hay"); } } public class Test{ public static void main(String[] args){ Mammal h = new Horse(); Cattle c = new Horse(); c.eat(h); } }?
1 Answers
12
Views
What will be the result after the class Test execution class A{ public void doA(){ B b = new B(); b.dobB(); System.out.print("doA"); } } class B{ public void dobB(){ C c = new C(); c.doC(); System.out.print("doB"); } } class C{ public void doC(){ if(true) throw new NullPointerException(); System.out.print("doC"); } } public class Test{ public static void main(String args[]){ try{ A a = new A(); a.doA(); }catch(Exception ex){ System.out.print("error"); } } }?
1 Answers
9
Views
What will be the output after compiling and executing the following code public class Test implements Runnable{ public static void main(String[] args) throws InterruptedException{ Thread a = new Thread(new Test()); a.start(); System.out.print("Begin"); a.join(); System.out.print("End"); } public void run(){ System.out.print("Run"); } }?
1 Answers
10
Views
Given the code. What will be the result public class Test implements Runnable{ public static void main(String[] args) throws InterruptedException{ Thread a = new Thread(new Test()); a.start(); System.out.print("Begin"); a.join(); System.out.print("End"); } public void run(){ System.out.print("Run"); } }?
1 Answers
9
Views
A man used to rob the computers and He is active only for quarter of a year. He robs three computers Vayu, Tejas and Agni. January was unfortunate month for Tejas. Vayu was stolen in March. Now he used three tools Pliers, Screwdriver and Hook to rob all the parts from the computer and Make His own computer. He Rob Monitor from Tejas but Does not use hook. He robs Printer from Vayu and Use Pliers. And from Third Computer he robs Keyboard. i) In which month was Agni stolen ii) Which tool was used for Tejas?
1 Answers
5
Views
Which are the tools not used for System Analysis?
1 Answers
5
Views
Conversion method in which users, being used to an old system, continue to use the old system, along with the new system, is?
1 Answers
5
Views
Conversion method in which users, being used to an old system, continue to use the old system, alongside the new system, is?
1 Answers
5
Views
CAD programs which incorporate parametric modeling utilize a system in which the dimensions control the ________.?
1 Answers
4
Views
The benefits of object-oriented modeling are which of the following?
1 Answers
5
Views
কোরআন
হাদিস
চাকুরি প্রস্তুতি
বিশ্ববিদ্যালয় ভর্তি
মেডিকেল SBA
12
এইচএসসি
10
এসএসসি
8
জেএসসি
এক্সাম দিয়ে মেধা যাচাই করুন
Job Preparation (1125)
Admission (754)
এসএসসি (10)
এইচএসসি (5)
Login Required
You need to log in to continue.
Login
Cancel
Download Required
You need to download the app to make a call.
Download
Cancel