GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

GradePack

B. Orte. Beantworten Sie die folgenden Fragen wie im Beispie…

B. Orte. Beantworten Sie die folgenden Fragen wie im Beispiel.  Beispiel: Wo wohnen Prinzen und Prinzessinnen? in einem Schloss Wo kann man Geld bekommen? [a] Wo kann man übernachten? [b] Wo kann man in einer Großstadt Elefanten und Pinguine besuchen? [c] Wo kann man wichtige Skulpturen sehen? [d] Wo kann man in der Innenstadt zu Fuß gehen? (Hier sind Autos verboten.) [e]

Read Details

II. Grammatik A. Das ist ganz in der Nähe! Sagen Sie, wo die…

II. Grammatik A. Das ist ganz in der Nähe! Sagen Sie, wo die folgenden Gebäude (buildings) sind. Benutzen Sie den Ausdruck „in der Nähe“ wie im Beispiel.  beispiel: Wo ist die Post? (der Tierpark) In der Nähe des Tierparks. Wo ist das Rathaus? (der Bahnhof) [a] Wo ist die Bäckerei? (das Hotel) [b] Wo ist das Schuhgeschäft? (die Schule) [c] Wo ist das Hotel? (das Museum) [d]  

Read Details

B. Im Winter. Ergänzen Sie den Dialog mit den Ausdrücken in…

B. Im Winter. Ergänzen Sie den Dialog mit den Ausdrücken in Klammern (parentheses).  esma:        Du bist immer so fit. Was machst du  (during the winter)? [a] hilal:          (In spite of the weather) [b] gehe ich jeden Tag spazieren.  esma:        Gehst du in der Stadt oder  (outside of the city) [c] spazieren? hilal:         In der Stadt. Möchtest du morgen mitkommen? esma:        Danke, nein.  (On account of the weather) [d] bleibe ich lieber zu Hause.

Read Details

V. Schreiben Ein Rundgang durch die Stadt. Ein deutscher Gas…

V. Schreiben Ein Rundgang durch die Stadt. Ein deutscher Gast besucht Sie in Ihrer Heimatstadt. Zeigen Sie ihm/ihr Ihre Stadt und schreiben Sie seine/ihre Beobachtungen (observations) auf (50–60 Wörter). Benutzen Sie mindestens fünf Adjektive in Ihren Beschreibungen.  mögliche themen der Weg durch die Stadt bestimmte Gebäude (buildings) und Sehenswürdigkeiten (tourist attractions), die Sie sehen Gebäude in Ihrer Nachbarschaft (Schule, Kirche) etwas Historisches über die Stadt oder wofür die Stadt bekannt ist

Read Details

What does the specify in the following statement? ArrayList…

What does the specify in the following statement? ArrayList list = new ArrayList();

Read Details

What does the following code display? public class RentalApp…

What does the following code display? public class RentalApp { public static void main(String[] args) { Rental r = new Rental(); r.setPersonCount(5); r.addPerson(); System.out.println(r.getPersonCount()); } } class Rental { private int personCount; public int getPersonCount() { return personCount; } public void setPersonCount(int numOfPersons) { this.personCount = numOfPersons; } public void addPerson() { personCount++; } }

Read Details

What will be the value of x[8] after the following code is e…

What will be the value of x[8] after the following code is executed? final int SUB = 12; int[] x = new int[SUB]; int y = 100; for(int i = 0; i < SUB; i++) {  x[i] = y;  y += 10; }

Read Details

Which method overloads the following method? public int pars…

Which method overloads the following method? public int parseNumber(String number) { ……. }

Read Details

Assuming that the following two methods are written inside a…

Assuming that the following two methods are written inside a class named test, what is the output of the following code? public static void main(String[] args) {   int a = 5;   int b = 9; callMethod(a,b); System.out.println(“a = “+a+”\nb = “+b); } public static void callMethod(int a, int b) {  a = a + 1;  b = b + 5;  System.out.println(“a = “+a+”\nb = “+b); }

Read Details

Given the following method, which of these method calls is v…

Given the following method, which of these method calls is valid? public static void showProduct(double num1, int num2) {   double product;   product = num1*num2;   System.out.println(“The product is ” + product); }

Read Details

Posts pagination

Newer posts 1 … 41,738 41,739 41,740 41,741 41,742 … 91,600 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top