Difference between revisions of "User:Mukund-pondkule-6a11@uni-paderborn.de"
Jump to navigation
Jump to search
| Line 17: | Line 17: | ||
{{Warning|mode=info|text=bla blub}} | {{Warning|mode=info|text=bla blub}} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
[[File:Tip.png]] | [[File:Tip.png]] | ||
| Line 55: | Line 42: | ||
}} | }} | ||
| + | |||
| + | === Quizes === | ||
{| border=0 cellspacing=0 cellpadding=5|| style="width:700px" | {| border=0 cellspacing=0 cellpadding=5|| style="width:700px" | ||
| Line 137: | Line 126: | ||
| || || complicated start-up | | || || complicated start-up | ||
|} | |} | ||
| + | |||
| + | |||
| + | A sample question to be used for quiz? | ||
| + | A. option a | ||
| + | B. option b | ||
| + | C. option c | ||
| + | {| role="presentation" class="wikitable mw-collapsible mw-collapsed" | ||
| + | | <strong>Answer</strong> | ||
| + | |- | ||
| + | | | ||
| + | B | ||
| + | Explanation - | ||
| + | 1. ...... | ||
| + | 2. ...... | ||
| + | |} | ||
| + | |||
| + | A sample question to be used for quiz? | ||
| + | A. option a | ||
| + | B. option b | ||
| + | C. option c | ||
| + | |||
| + | <div class="toccolours mw-collapsible mw-collapsed" style="width:400px; overflow:auto;" data-expandtext="Expand" data-collapsetext="Collapse"> | ||
| + | <div style="font-weight:bold;line-height:1.6;">Answer</div> | ||
| + | <div class="mw-collapsible-content"> | ||
| + | B | ||
| + | Explanation - | ||
| + | 1. ...... | ||
| + | 2. ...... | ||
| + | </div></div> | ||
| + | |||
| + | |||
| + | Answer A: GNU is an animal: | ||
| + | {| role="presentation" class="wikitable mw-collapsible mw-collapsed" | ||
| + | | <strong>Lorem ipsum</strong> | ||
| + | |- | ||
| + | | Lorem ipsum dolor sit amet | ||
| + | |} | ||
| + | |||
| + | |||
| + | <div class="toccolours mw-collapsible mw-collapsed" style="width:400px; overflow:auto;" data-expandtext="bla" data-collapsetext="blub"> | ||
| + | <div style="font-weight:bold;line-height:1.6;">Lorem ipsum sample</div> | ||
| + | <div class="mw-collapsible-content"> | ||
| + | This text is collapsible. | ||
| + | </div></div> | ||
Revision as of 12:50, 18 September 2020
Introduction text here.
Template
| {{{REAL-NAME}}}
|
|---|
THE EVENT FOR HIGH PERFORMANCE COMPUTING, MACHINE LEARNING AND DATA ANALYTICS
| Warning: | bla blub |
| Info: | bla blub |
Warning: no warning in this section
Exercises in Terminal: no exercises in this section
What is your role?
- REDIRECT Template:Note
Quizes
|
|
Select only one correct answer and no incorrect answers.
Example Code:
for(int i=0; i<4; i++){
dosomething();
}
STR="HELLO WORLD!"
echo ${STR,} #=> "hELLO WORLD!" (lowercase 1st letter)
echo ${STR,,} #=> "hello world!" (all lowercase)
STR="hello world!"
echo ${STR^} #=> "Hello world!" (uppercase 1st letter)
echo ${STR^^} #=> "HELLO WORLD!" (all uppercase)
Example Table
| Linux (Debian) | Windows (10) | ||
|---|---|---|---|
| Pros | Cons | Pros | Cons |
| Linux is better | No cons | Looks colourful | will cost money |
| Linux | No cons | windows | slow |
| Linux | No cons | windows down | slow to start with |
| complicated start-up | |||
A sample question to be used for quiz? A. option a B. option b C. option c
| Answer |
B
Explanation -
1. ......
2. ......
|
A sample question to be used for quiz? A. option a B. option b C. option c
Answer
B
Explanation -
1. ......
2. ......
Answer A: GNU is an animal:
| Lorem ipsum |
| Lorem ipsum dolor sit amet |
Lorem ipsum sample
This text is collapsible.