kelompok 3 PWPB kelas 12 SMKN 6 KENDARI

kelompok 3 PWPB kelas 12 SMKN 6 KENDARI

12th Grade

30 Qs

quiz-placeholder

Similar activities

HTML

HTML

5th Grade - Professional Development

25 Qs

SKT4 : Bab 1 : d) Pernyataan & Operator

SKT4 : Bab 1 : d) Pernyataan & Operator

10th - 12th Grade

30 Qs

HTML - II PUC

HTML - II PUC

9th - 12th Grade

25 Qs

Html quiz

Html quiz

9th - 12th Grade

25 Qs

QUIZ 04 APRIL 2023 GR 11 IPS

QUIZ 04 APRIL 2023 GR 11 IPS

9th - 12th Grade

25 Qs

HTML BASICS

HTML BASICS

KG - University

25 Qs

SKT5 : Bab 3 : f) HTML & CSS

SKT5 : Bab 3 : f) HTML & CSS

10th - 12th Grade

30 Qs

HTML Basics

HTML Basics

11th - 12th Grade

30 Qs

kelompok 3 PWPB kelas 12 SMKN 6 KENDARI

kelompok 3 PWPB kelas 12 SMKN 6 KENDARI

Assessment

Quiz

Computers

12th Grade

Hard

Created by

ASCJUL NURHIDAYAH

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 3 pts

manakah perintah script print yang benar

 <script type="text/javascript">

            window.print();

        </script>

 <script">

            window.print();

        </script>

 <script type="text/php">

            window(print());

        </script>

 <script type=" ">

            window.print();

        </script>

 <script type=" ">

            window.print;

        </script>

2.

MULTIPLE CHOICE QUESTION

2 mins • 3 pts

manakah perintah menambahkan button print yang benar

<a class="btn btn-success" href="<?= base_url('mahasiswa/edit') ?>"> <i class="fa fa-print"></i>edit</a>

<a class="btn btn-primary" href="<?= base_url('mahasiswa/detail') ?>"> <i class="fa fa-print"></i>detail</a>

<a class="btn btn-danger" href="<?= base_url('mahasiswa/print') ?>"> <i class="fa fa-print"></i>Print</a>

<a class="btn btn-danger" href="<?= base_url('mahasiswa/trash') ?>"> <i class="fa fa-print"></i>trahs</a>

<a class="btn btn-danger" href="<?= base_url('mahasiswa/trash') ?>"> <i class="fa fa-print"></i>trahs

3.

MULTIPLE CHOICE QUESTION

2 mins • 3 pts

untuk menjalankan fitur print,maka kita harus membuat

kopi susu angringan

public function print

nasi kuning kantin

perintah jalan

public function

4.

MULTIPLE CHOICE QUESTION

2 mins • 3 pts

dimanakah lokasi file print yang harus kita simpan dalam codeigniter

codeigniter/model

codeigniter/core

codeigniter/controller

codeigniter/views

codeigniter/config

5.

MULTIPLE CHOICE QUESTION

2 mins • 3 pts

public function print berisi perintah

$this->load->model('M_mhs');

        $data['mahasiswa']= $this->M_mhs->get_data();

       

        $this->load->view('v_mhs', $data);

$query = $this->db->get_where('tb_mahasiswa', array('id' => $id))->row();

        return $query;

$data['mahasiswa'] = $this->m_mahasiswa->tampil_data("tb_mahasiswa")->result();

        $this->load->view('print_mahasiswa', $data);

return $this->db->get_where($table, $where);

$query = $this->db->get_where('tb', array('id' => $id))->row();

        return $query;

6.

MULTIPLE CHOICE QUESTION

2 mins • 3 pts

salah satu libraries dari pdf yang di gunakan untuk membuat fitur ekspor pdf adalah ?

FPDF

MPDF

DOMPDF

TCPDF

DDF

7.

MULTIPLE CHOICE QUESTION

2 mins • 3 pts

syntax yang digunakan untuk membuat button ekspor pdf adalah

<a class="btn btn-danger" href="<?php echo base_url('mahasiswa/pdf') ?>"> <i class="fa fa-file"></i>export pdf</a>

<a class="btn btn-danger" href="<?php echo ('mahasiswa/pdf') ?>"> <i class="fa fa-file"></i>export pdf</a>

<a class="btn btn-danger" href="<?php echo base_url('mahasiswa/pdf') ?>"> <i class="fa fa-print"></i>export pdf</a>

<a class="btn btn-danger" href="<?= base_url('mahasiswa/pdf') ?>"> <i class="fa fa-file"></i>export data mahasiswa</a>

href="<?= base_url('mahasiswa/pdf') ?>"> <i class="fa fa-file"></i>export data</a>

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?