オブジェクト指向言語(2020 年度)・期末テスト解答例

学籍番号         氏名            

  1. (3 × 2)

    (ⅰ) (B), (C) (ⅱ) (B), (D)

  2. (3 × 2)

    (ⅰ) [1,4,16,25] (ⅱ) [(2,1),(4,1),(4,3),(5,1),(5,3)]

  3. (3 × 2)

    (ⅰ) (A), (B) (ⅱ) (D)

  4. (3,3,3,3,3,3,3,5)

    (ⅰ)extends JPanel implements ActionListener
    (ⅱ)gen.nextBoolean()
    (ⅲ)gen.nextInt(256)
    (ⅳ)gen.nextFloat()
    (ⅴ)Color.getHSBColor(h, s, b)
    (ⅵ)extends JPanel
    (ⅶ)  btn.addActionListener(e -> {
     
     })
     
     

  5. (3,5,6)

    (ⅰ) @Override (ⅱ) (B)
    (ⅲ)  イモムシ ヤゴ ウゴウゴ
     チョウのサナギ トンボ ウゴウゴ
     チョウ トンボ ウゴウゴ
     
     

  6. (4 × 3)

    (ⅰ)extends JPanel implements Runnable, ActionListener
    (ⅱ)thread.start()
    (ⅲ)repaint()

授業・テストの感想