Bissoy.com
Login
Doctors
Medicines
MCQs
Q&A
Ask
Merit Test
Questions
Courses
BCD numbers are useful whenever _____ information is transferred into or out of a digital system.?
decimal
binary
ASCII
hexadecimal
None of the above
LohaHridoy
0
Edit
5
views
2025-01-04 04:42
1
Answers
AhmedNazir
Answer: Option 1
Let'
0
Thanks
5
views
Answered
2022-09-01 13:21
Report
Edit
Call
Related Questions
What is the output for the below code class A{ int k; boolean istrue; static int p; public void printValue(){ System.out.print(k); System.out.print(istrue); System.out.print(p); } } public class Test{ public static void main(String argv[]){ A a = new A(); a.printValue(); } }?
1 Answers
5
Views
What is the output for the below code public class A{ static{ System.out.println("static"); } { System.out.println("block"); } public A(){ System.out.println("A"); } public static void main(String[] args){ A a = new A(); } }?
1 Answers
5
Views
What is the printout of the following switch statement char ch = 'a'; switch (ch){ case 'a': case 'A': System.out.print(ch); break; case 'b': case 'B': System.out.print(ch); break; case 'c': case 'C': System.out.print(ch); break; case 'd': case 'D': System.out.print(ch); }?
1 Answers
6
Views
What is the result of compiling and running the following code class Base{ public Base(){ System.out.print("Base"); } } public class Derived extends Base{ public Derived(){ this("Examveda"); System.out.print("Derived"); } public Derived(String s){ System.out.print(s); } public static void main(String[] args){ new Derived(); } }?
1 Answers
30
Views
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
Information is _____ when it is useful in making a decision.?
1 Answers
4
Views
Study the following statements.i) The displacement method is more useful when degree of kinematic indeterminacy is greater than the degree of static indeterminacy.ii) The displacement method is more useful when degree of kinematic indeterminacy is less than the degree of static indeterminacy.iii) The force method is more useful when degree of static indeterminacy is greater than the degree of kinematic indeterminacy.iv) The force method is more useful when degree of static indeterminacy is less than the degree of kinematic indeterminacy.The correct answer is?
1 Answers
7
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
The model curriculum for information-system education suggested by the _____ has a more theoretical and conceptual basis, whereas the model by the _____ is more practical and applied in nature.?
1 Answers
5
Views
The Management Information System (MIS) provides timely and effective information to support decision making and other necessary management functions. Can you point out the sub-system which does not being to the MIS?
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