Scripting and IC

Scripting and IC

University

10 Qs

quiz-placeholder

Similar activities

opposite day

opposite day

KG - Professional Development

10 Qs

Jak Znasz Youtuberów

Jak Znasz Youtuberów

1st Grade - University

15 Qs

Foreign Language Test Review

Foreign Language Test Review

KG - Professional Development

12 Qs

MUSIC

MUSIC

University

10 Qs

QLPython

QLPython

University

10 Qs

Semana 9_2023

Semana 9_2023

University

15 Qs

Sign Language

Sign Language

KG - University

6 Qs

English Language Practice-Greetings and Farewells

English Language Practice-Greetings and Farewells

1st Grade - University

7 Qs

Scripting and IC

Scripting and IC

Assessment

Quiz

Other

University

Hard

Created by

Rahul NA

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Below is a part of a Perl Program. Which one of the four option is Right?

def my_function():
  print("Hello from a function")

my_function()

proc helloWorld {} {

   puts "Hello, World!"

}

helloWorld

sub Hello{

  print "Hello\n";

}

use ref;

ref::Hello();

set fp [open "input.txt" a+]

puts $fp "test2"

close $fp

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What are the three types of Variables in Perl

1.Scalar

2.Array

3.Hash

  1. 1. Integer

  2. 2. String

  3. 3. Binary

  1. 1. Set

  2. 2. Tuple

  3. 3. List

  1. 1. Namespace

  2. 2. Dictionary

  3. 3. Class

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is the output of the Below Program?

proc add {a {b 100} } {

   return [expr $a+b]

}

puts [add 100]

100

200

Error

0

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

In the Below TCL program, what will be the output?

set s1 "Hello World"

set s2 "o"

puts "MARKER"

puts "First occurrence of $s2 in s1"

3

4

5

6

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true when you need to run a tcl file

tk filename.tcl

tcl filename.tcl

tclsh filename.tcl

sudo filename.tcl

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

One of the main disadvantage in Czochralski method?

Not able to develop a uniform single crystal

High cost of Seed

Segregation effect

Incorporation of Dopant

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Where does RF sputtering is used?

To deposit thin film chemically

To deposit oxide layers

To deposit metals

To deposit films with higher deposition rate.

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?