Power System Lab Quiz-2

Power System Lab Quiz-2

University

15 Qs

quiz-placeholder

Similar activities

American Airlines Quiz

American Airlines Quiz

KG - University

10 Qs

SEJARAH T5 (KBSM) BAB-9

SEJARAH T5 (KBSM) BAB-9

12th Grade - University

20 Qs

SEJARAH T5 (KBSM) - BAB 5

SEJARAH T5 (KBSM) - BAB 5

12th Grade - University

20 Qs

Fluid Application Quiz

Fluid Application Quiz

University

10 Qs

SEJARAH T5 (KBSM) BAB-7

SEJARAH T5 (KBSM) BAB-7

University

20 Qs

Conhecimentos prévios em Lógica

Conhecimentos prévios em Lógica

University

10 Qs

RANCANGAN PERCOBAAN TPTP33 REMEDY

RANCANGAN PERCOBAAN TPTP33 REMEDY

University

15 Qs

Ingreso a la U. Resolviendo pruebas de admisión 4 24-12--2024

Ingreso a la U. Resolviendo pruebas de admisión 4 24-12--2024

University

15 Qs

Power System Lab Quiz-2

Power System Lab Quiz-2

Assessment

Quiz

Professional Development, Other

University

Hard

Created by

Dr Raja

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What is the value in y2 when the code show below executes?
x1 = [ 5 3 1 7 9]; [y1 y2]=min(x1); 
5
3
1
7

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What is the value of jj after the Matlab code below executes?
jj=0; for ii=1:2:5 jj=jj+5; end
1
5
15
2

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What value does the variable q contain after the Matlab code below executes?
q=[1 3 5];
q=a*a;
q=q+2;
[1 3 5]
[3 11 27]
error message
[3 5 7]

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

After executing the following script file in MATLAB 
x = [2:4 ; ‐1:1 ; 1 2 3]; 
y=x(2,:); 
size(y') 
the displayed result is
1  2
1  3
2  1
3  1

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The range of accelerating factor is
10 to 20
20 to 30
15.5 to 20.2
1.6 to 1.8

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The advantage of Newton Raphson method is
Large number of iteration
Less computation time
Large computer memory is required

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The draw back of NR method as compare to Gauss-Seidel method is/are?
large requirement of computer memory
large number of iterations
less computation time
large computation time

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?